在android中将xml文件发布到ftp服务器
我想将 XML 文件发送到 FTP 服务器。 以前有人这样做过吗? 请提供有用的链接或代码。
谢谢
I want to send XML file to FTP Server.
Any one done this before?
Please give useful links or code.
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个教程:
http://www.javabeat.net/tips/36-file-upload-and-download-using-java.html" javabeat.net/tips/36-file-upload-and-download-using-java.html
将其移植到 android 应该不会太难(您可能需要调整一些可能不存在的类) android的java环境)
Here is a tutorial:
http://www.javabeat.net/tips/36-file-upload-and-download-using-java.html
It shouldn't be too hard to port it to android (you might need to adapt some classes that might not exist in android's java environment)