FTP server to enable remote access to the file-system.
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.
Password-protected read-write and/or anonymous read-only access are possible. FTP and FTPS (secure TLS/SSLv3 encryption) are supported. The server can be configured, started and stopped from a simple UI or via commandline.
Requires Python binary and optionally, if FTPS is used, PyOpenSSL. Sourcecode is at https://github.com/sebsauer/meeftpserver
Attachment | Size | Date |
---|---|---|
meeftpserver-2.3-1.armv7hl.rpm | 126.24 KB | 27/01/2014 - 21:40 |
meeftpserver-2.3-1.i586.rpm | 132.64 KB | 27/01/2014 - 21:40 |
meeftpserver-2.4-1.armv7hl.rpm | 126.78 KB | 23/03/2014 - 05:07 |
meeftpserver-2.4-1.i586.rpm | 133.38 KB | 23/03/2014 - 05:07 |
2.4
Bugfixes
2.3
Add support for creating self-signed certificates, various bugfixes, moved to github and published at openrepos.net
2.2
Packaging fixes
2.1
Re-add auto-online and SFTP support, various bugfixes
2.0
Port of MeeGo meeftpserver to SailfishOS using Qt5 and Silica components.
Comments
joruss
Sat, 2019/04/06 - 21:42
Permalink
In order to make it work in sailfish 3.0 there are changes needed in qml code.
In /usr/share/meeftpserver/qml/pages/ConfigPage.qml:
lines 344,345
tlsCertFileEdit.text = Settings.value("serverTlsCertFile", "")
tlsKeyFileEdit.text = Settings.value("serverTlsKeyFile", "")
and in /usr/share/meeftpserver/qml/pages/MainPage.qml:
Too many to list. but pretty much every occurrence of "._push(" and "._replace(" to ".push(" and ".replace("
purplewakanda
Fri, 2015/07/31 - 19:04
Permalink
Can you please upload the N9 version of this app too?
smartblu9
Mon, 2021/04/12 - 01:38
Permalink
Done ! Search for meeftpserver armel ....
groxxorg
Sun, 2015/02/08 - 20:01
Permalink
Works for me too.
Only the possibility to choose the desired ftp-root-directory doesn't work properly. I set it to /home/nemo/Documents/ but it always logs in into /home/nemo/.
If someone knows how to manage this, please let me know :-)
groxxorg
Thu, 2015/06/25 - 20:35
Permalink
reply to myself: author didn't respond since 4 months, problem not solved yet.
objectifnul
Sun, 2019/01/06 - 02:13
Permalink
Works fine on my Jolla (Uitukka) but only with default credentials. Anonymous or custom login don't work. Custom root folder not obeyed.
Kabouik
Wed, 2014/02/05 - 05:07
Permalink
Thanks for this very useful app. However, when trying to create a certificate, it told me to install pyopenssl, but I can't find any package of this name either using pkcon or openrepos.
dipesh
Thu, 2014/02/06 - 00:43
Permalink
Should/could be something along the lines (sry, untested, have no device yet):
ssu addrepo nemodevel http://repo.merproject.org/obs/nemo:/devel:/mw/latest_armv7hl/
ssu updaterepos
pkcon refresh nemodevel
pkcon install pyopenssl
Kabouik
Thu, 2014/02/06 - 05:01
Permalink
Thanks, it worked! I have to mention, however, that the package name is pyOpenSSL, with the caps (pkcon will not find any pyopenssl package).
Victorious
Mon, 2014/01/27 - 23:46
Permalink
Thank you very much! Gorgeous and very useful program! I use it even with n9!