Bugzilla – Bug 129010
[feature-request] Please add ability to mount FTP shares
Last modified: 2005-10-18 14:35:12 UTC
Currently in order to work with FTP, I need a special program such as KBear, or command-line ftp client. I think it would be good to "integrate" FTP with the rest of the OS. KDE team already did this by integrating FTP functionality into Konqueror, but I ask you to integrate FTP further with the OS by making it possible to mount FTP directories like: "mount -t ftp -o ro ftp://ftp.myserver.com/myfolder /mnt/ftp"
ftp is not a file system even if konqueror shows it like this.
Not a filesystem? OK, FTP is a protocol. *BUT* FTP has a characteristics of a filesystem, inluding: - hierarchy (directories) - files (case sensitive) - UNIX permissions FTP is no less filesystem than SMB. If it's possible to mount Windows shares this way, FTP should be mountable as well.
Just an idea: write this file system and not only you will use it.