Mounting a ftpfs

Is there any info on using the ftpfs? Specifically how I can mount the file system to access an ftp server as a file system?

I figured it out.

mount -t ftpfs “” /FTP

cp /FTP/user:passwd@ip/file .

I was trying to add user:passwd@ip to the mount.

If this is not adequately documented, please figure out where it should be documented and at least file an issue describing what to add and where. Bonus points for a patch doing that. :slight_smile: