LWN.net Logo

Who still uses FTP, for anything?

Who still uses FTP, for anything?

Posted Jul 7, 2011 12:04 UTC (Thu) by Jonno (subscriber, #49613)
In reply to: Who still uses FTP, for anything? by anselm
Parent article: Vsftpd backdoor discovered in source code (The H)

You know, FTP doesn't give file listings in a fixed format either, but as a plaintext file, which the client must parse differently depending on what FTP server you are running, and sometimes based on the LC_xxx settings on the server...

The closest thing to a standard there is is "do like POSIX `ls -la`", but that is not universally followed, especially by ftp servers on non-POSIX hosts...

For HTTP there is at least webdav, which can provide a standardized machine parseable directory listing...


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds