This program allows you to run an ftp server on your android device. This means that any other computer/device can access the files on your android device while the ftp server is running. For example, entering 'ftp://...' in the firefox url bar will allow you to browse the files on your device from a desktop pc or a laptop.
By default, the user name and password are both 'ftp', you should change them. You use this user name and password when accessing the server.
For power and security reasons, it is recommended that the server be stopped after use.
Features:
* Complete and efficient FTP Server
* Implements advanced FTP features like UTF8, MDTM and MFMT
* Implements Bonjour/DNS-SD for easy service discovery
* Anonymous login possible (with restricted rights for security)
* Configuration of chroot directory possible (default sdcard)
* Configuration of port possible (default 8888)
* Possible to keep running while screen off
* Runs on local network, even when tethering (phone is the access point)
* Has public intents to support scripting:
- be.ppareit.swiftp.ACTION_START_FTPSERVER
- be.ppareit.swiftp.ACTION_STOP_FTPSERVER
* Follows Holo interface guidelines, looks good on phone/tablet/tv/...
* Uses notification to remind user that the server is running
* Easy starting/stopping server from settings
FTP Server is open source software released under the GPL v3.
Code: https://github.com/ppareit/swiftp
Issues: https://github.com/ppareit/swiftp/issues?state=open
Current maintainer: khoahung.
Initial development: Dave Revell.
This is the DEMO version of FTP Server.
Program ini memungkinkan Anda untuk menjalankan server ftp pada perangkat android Anda. Ini berarti bahwa setiap komputer / perangkat lain dapat mengakses file pada perangkat android Anda saat server ftp berjalan. Misalnya, memasuki 'ftp: // ...' di url bar firefox akan memungkinkan Anda untuk menelusuri file pada perangkat Anda dari pc desktop atau laptop.
Secara default, nama pengguna dan password keduanya 'ftp', Anda harus mengubahnya. Anda menggunakan nama pengguna dan password ketika mengakses server.
Untuk kekuasaan dan alasan keamanan, dianjurkan bahwa server dihentikan setelah digunakan.
Fitur:
* Lengkap dan efisien FTP Server
* Mengimplementasikan fitur canggih seperti FTP UTF8, MDTM dan MFMT
* Mengimplementasikan Bonjour / DNS-SD untuk penemuan layanan mudah
* Anonymous masuk mungkin (dengan hak terbatas untuk keamanan)
* Konfigurasi direktori chroot mungkin (sdcard default)
* Konfigurasi port mungkin (default 8888)
* Kemungkinan untuk tetap berjalan sementara layar off
* Berjalan pada jaringan lokal, bahkan ketika penarikan (telepon adalah titik akses)
* Memiliki maksud publik untuk mendukung scripting:
- Be.ppareit.swiftp.ACTION_START_FTPSERVER
- Be.ppareit.swiftp.ACTION_STOP_FTPSERVER
* Mengikuti pedoman antarmuka Holo, terlihat baik pada ponsel / tablet / tv / ...
* Menggunakan pemberitahuan untuk mengingatkan pengguna bahwa server berjalan
* Awal Mudah / menghentikan server dari pengaturan
FTP Server adalah perangkat lunak open source dirilis di bawah GPL v3.
Kode: https://github.com/ppareit/swiftp
Isu: https://github.com/ppareit/swiftp/issues?state=open
Pemelihara saat ini: khoahung.
Pengembangan awal: Dave Revell.
Ini adalah versi DEMO dari FTP Server.