I wanted to run an FTP server via an Android app, are there any open source FTP servers available so that I can use them in my app. The FTP server will be run as service, as per the settings set by the user.

有帮助吗?

解决方案

Colorado FTP - open source FTP server in Java. First one from Google on "open source ftp server in java".

其他提示

also busybox ftpd (when it is available). I wish I knew it 3 days ago :(

    /system/bin/busybox --install -s /system/xbin
    /system/xbin/tcpsvd -E 0.0.0.0 21 /system/xbin/ftpd /data/ourFolder/ -w
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top