FTP服务器库服务器、FTP

2023-09-13 01:49:38 作者:岁月了然

我的问题可能听起来愚蠢的人谁拥有约协议和网络的任何知识。

My question may sound stupid to anyone who has any knowledge about protocols and networking.

我在找一个java库,允许运行一个FTP服务器,与Android兼容。 我试过的Apache FTPServer的,但我不断收到错误Dalvik的,或图书馆本身...

I'm looking for a java library that allows to run a FTP server, compatible with Android. I tried Apache FTPServer, but I keep getting errors from Dalvik, or the library itself...

谷歌上搜索并没有给出任何有趣的结果,因为我以前从未触及的FTP程序,我真的不知道从哪里开始。

Searching on google doesn't give any interesting results, and since I never touched FTP programming before, I don't really know where to begin.

在此先感谢您的支持!

推荐答案

我想你可以使用:JFTP,但你可以使用太InputStream和OutputStream,BufferedStream做一个FTP客户端

I think you can use : JFtp, but you can use too InputStream and OutputStream, BufferedStream to make a ftp client