J2ME中的FTP客户端 [英] FTP client in J2ME

查看:121
本文介绍了J2ME中的FTP客户端的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在J2ME中开发一个FTP客户端,我已经完成了GUI开发。但我不想重新发明轮子(如果它存在)写出一个全新的FTP库。那么,谁能告诉我是否有任何J2ME存在的FTP库。



否则,我必须使用套接字编程编写完整的代码。

解决方案

您是否尝试过谷歌?


$ b

http://sourceforge.net/projects/j2meftpclient/



通常值得尝试在写前端程序之前,看看是否有可用的核心功能库...



更新



如果您必须编写自己的FTP库,那么也可以考虑使用其他技术。例如,在J2ME中有HTTP支持,所以如果你希望的任务可以通过HTTP进行传输,并且花费的时间比编写一个ftp库要少,那么就考虑它。


I am trying to develop a FTP client in J2ME, i have completed the GUI development. But I dont want to re-invent the wheel (if it exists) to write out a full new FTP library. So, Can anyone tell me if there is any FTP library existing for J2ME or not.

Else i have to write the full code using socket programming.

解决方案

Did you trying google?

http://sourceforge.net/projects/j2meftpclient/

It's usually worth trying to find out if there's a library available for your core functionality before you write the front end...

Update

It's also worth considering, in the case where you'd have to write your own FTP library, going with another technology if possible. For example, there's HTTP support in J2ME, so if your desired task could be funnelled through HTTP and it would take less time to do that than write an ftp library, consider it.

这篇关于J2ME中的FTP客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆