In practice
Use SFTP rather than plain FTP; the original protocol sends credentials unencrypted.
It is still the practical route for pulling raw server logs and pushing a one-off verification file.
Why it matters
Log files are the only complete record of crawler behaviour, and this is often how you get them.
Exposed FTP with weak credentials remains a common way sites are compromised and filled with spam pages.
Related terms