Java Ftp客户端和服务器 [英] Java Ftp client and server

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

问题描述

我想学习如何用客户机来制作ftp服务器,该客户机可以输入文件名,然后让客户机在窗口中打开文件,而不仅仅是基于纯文本的图片,在其中是否有带有注释的好的教程? ?

I want to learn how to make a ftp server with a client that can input the file name and then have the client open the file in a window , not pictures just pure text based are there any good tutorials that have comments in it ?

推荐答案

首先,它看起来不需要开发FTP服务器.

其次,在窗口中打开文件"与FTP不相关.甚至听说过关注分离?

最后,您所需要的就是如何使用Java充当FTP客户端.但这可以在百万个地方找到.它们是:
http://lmgtfy.com/?q=java+ftp+client [
First, it looks like it does not require development of FTP server.

Second, "open the file in a window" is not related to FTP. Even heard of Separation of concerns?

Finally, all you need is how to use Java to act as an FTP client. But this can be found in million places. Here they are:
http://lmgtfy.com/?q=java+ftp+client[^].

—SA


正如SAKryukov指出的那样,有很多可用的替代方法.
Apache FtpServer [ ^ ]构建在 Apache MINA [
As SAKryukov points out, there is a lot of available alternatives.
The Apache FtpServer[^] is built built on top of Apache MINA[^]. This makes it quite interesting from an architectural point of view, and well worth investigating.

Best regards
Espen Harlinn


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

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