FTP Server for Harmattan

Rating: 
4
Your rating: None Average: 4 (1 vote)

The FTP server makes a defined directory available with the FTP protocol. A FTP client running on another computer can connect with the FTP server and download, upload or delete files on the FTP server.

Pre requisite : Please, install python before. You may run this : sudo apt-get install python

Warning : the SFTP option does not work for me. I tried to install openssl 0.9.8 (available here ) then openssl 1.0.0 (available here ). Both versions can be installed together without conflict. I unfortunately still get an error message ("no module named openssl"). We have probably to install openssl as a module. if someone knows how to, please, tell us.

Screenshots: 

Keywords:

Application versions: 
AttachmentSizeDate
File meeftpserver_1.0.4_armel.deb106.31 KB06/04/2021 - 23:14
Changelog: 

meeftpserver (1.0.4) unstable; urgency=low

  * Improve error handling
  * Improve icon to look more n9-ish

 -- Sebastian Sauer <sebastian.sauer@kdab.com>  Tue, 08 Mar 2012 20:16:40 +0200

meeftpserver (1.0.3) unstable; urgency=low

  * Fix disable "Enable SFTP" when OpenSSL is not available cause its needed to create the initial PEM-certificate. Patches to use aegis-certman instead are welcome :)
  * Fix better handle the case when creating the initial PEM-certificate fails.
  * Improve status-feedback on start/stop/error

 -- Sebastian Sauer <sebastian.sauer@kdab.com>  Tue, 21 Apr 2012 20:16:40 +0200

meeftpserver (1.0.2) unstable; urgency=low

  * Add support for TLS/SSLv3 encrypted connections.
  * Add and use possibility to use stdin/stdout to control the server.

 -- Sebastian Sauer <sebastian.sauer@kdab.com>  Tue, 20 Apr 2012 20:16:40 +0200

meeftpserver (1.0.1) unstable; urgency=low

  * Fix potential crash on exit.
  * Fix anonymous login did not work as expected.

 -- Sebastian Sauer <sebastian.sauer@kdab.com>  Tue, 19 Apr 2012 20:16:40 +0200

meeftpserver (1.0.0) unstable; urgency=low

  * Initial Release.

 -- Sebastian Sauer <sebastian.sauer@kdab.com>  Tue, 17 Apr 2012 20:16:40 +0200