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.
Questo programma consente di eseguire un server FTP sul proprio dispositivo Android. Ciò significa che qualsiasi altro computer / dispositivo può accedere ai file sul proprio dispositivo Android, mentre il server ftp è in esecuzione. Ad esempio, inserendo 'ftp: // ...' nella barra degli indirizzi di Firefox vi permetterà di sfogliare i file sul dispositivo da un PC desktop o un laptop.
Per impostazione predefinita, il nome utente e la password sono entrambi 'ftp', si consiglia di modificare questi. È possibile utilizzare questo nome utente e password per accedere al server.
Per motivi di sicurezza e di alimentazione, si raccomanda che il server sia interrotto dopo l'uso.
Caratteristiche:
* Server completa ed efficiente FTP
* Implementa le funzionalità FTP avanzate come UTF8, MDTM e MFMT
* Implementa Bonjour / DNS-SD per il rilevamento dei servizi facile
* Login anonimo possibile (con diritti limitati per la sicurezza)
* Configurazione della directory chroot possibile (sdcard default)
* Configurazione del porto possibile (default 8888)
* Possibilità di continuare a correre mentre schermo spento
* Gira su rete locale, anche quando tethering (telefono è il punto di accesso)
* Ha intenti pubblici a sostegno di scripting:
- Be.ppareit.swiftp.ACTION_START_FTPSERVER
- Be.ppareit.swiftp.ACTION_STOP_FTPSERVER
* Segue linee guida di interfaccia Holo, guarda bene sul telefono / tablet / tv / ...
* Utilizza la notifica per ricordare all'utente che il server è in esecuzione
* Facile avviamento / arresto del server dalle impostazioni
FTP Server è un software open source rilasciato sotto licenza GPL v3.
Codice: https://github.com/ppareit/swiftp
Problemi: https://github.com/ppareit/swiftp/issues?state=open
Responsabile attuale: khoahung.
Sviluppo iniziale: Dave Revell.
Questa è la versione DEMO del server FTP.