- FTPFS
FTPFS refers to file systems that support access to a
File Transfer Protocol (FTP) server through standard file systemapplication programming interface s (APIs).In
Linux systems, FTPFS was initially implemented as aLinux kernel module that allows the user to mount a FTP server onto the local filesystem but it was never seen as the perfect way to do it. By 2003, it has been converted to use LUFS, and later to FUSE. Now it is calledCurlFtpFS because it uses the universallibcurl for FTP transactions and is becoming part of the majorLinux distribution s. Also exists LftpFS for smart mirror of FTP sites.In
Mac OS X , FTPFS is implemented by a user-mode NFS server that acts as an FTP client, implementing a read-only FTP file system. WithMacFUSE , you can useCurlFtpFS to be able to mount a read-write FTP file system. MacFusion serves as a GUI frontend forMacFUSE andCurlFtpFS .For
Windows XP , this functionality is partially provided by the "Network Places" shell facility; a network place is a link to either an FTP server or aWebDAV server and can be accessed in Windows Explorer as just another network filesystem. This does not provide transparent access through the lowest-levelWin32 file system APIs, however. Such functionality can be provided by third party programs such asWebDrive andFTPDrive .
Wikimedia Foundation. 2010.