iFTPd is an FTP server that features platform independence, system independence, ruggedness, and a virtual file system. The target audience is those admins that need to be able to share files without having to install several other programs and databases, and without having to configure the rest of the system.
| Tags | Internet FTP |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Release Notes: Settings weren't being read due to uppercase/lowercase differences.


Release Notes: OPTS UTF8 ON support was added. The directory listing was always UTF8, though. Filezilla should now be happy.


Release Notes: PASV can reply with different IP addresses depending on which IP address a request was received on. Multiple scripts can be run. Scripts are read from the user file and the groups directory (groupname.scripts). Scripts can be run before and after FTP commands.


Release Notes: The timezone is correctly handled via MDTM and MFTM. LIST can now list files older than 1 year old. FEAT now answers correctly, which enables MFMT et al to work properly. File times are now in 24-hour time.


Release Notes: SSL (AUTH TLS) support has been added. Old scripts have been replaced with iftpd.sh. ALLO has been added for binary mode, but untested because no clients support it. Groups can contain other groups. SITE UTIME support has been added. Group files can have empty lines. CLNT support has been added. StatusToHtml (#CLIENTNAME#) has been added. The rename bug has been fixed (only worked with full paths before). Aborted transfer notification should finally be fixed. FEAT support has been added. IdleStrictChecking has been added in iftpd and iftpd.conf.