文件名称:ss_ftp
介绍说明--下载内容均来自于网络,请自行研究使用
目前全球大约有30亿台设备上运行着Java,而文件传输协议一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。尤其是在移动终端APP的开发上,更多的运用了Java语言,探索基于Java语言的文件传输的实现也就有了其必要性。
本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java Approximately 30 million devices, while a basic file transfer protocol application layer protocol in accordance mode client/server, providing interactive access, is one of the most widely used INTERNET agreement. Especially in the mobile terminal APP development, more use of the Java language, Java language-based exploration of the file transfer will have its necessity. This paper describes the realization of java-based language with a graphical interface, file transfer systems, such as the use SOCKET and SERVERSOCKE class method, which implements upload, download, access to directories and other basic file transfer capabilities
本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java Approximately 30 million devices, while a basic file transfer protocol application layer protocol in accordance mode client/server, providing interactive access, is one of the most widely used INTERNET agreement. Especially in the mobile terminal APP development, more use of the Java language, Java language-based exploration of the file transfer will have its necessity. This paper describes the realization of java-based language with a graphical interface, file transfer systems, such as the use SOCKET and SERVERSOCKE class method, which implements upload, download, access to directories and other basic file transfer capabilities
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ss_ftp\.classpath
......\.project
......\bin\client\FtpClientFrame$1.class
......\...\......\FtpClientFrame$2.class
......\...\......\FtpClientFrame$3.class
......\...\......\FtpClientFrame$4.class
......\...\......\FtpClientFrame$5.class
......\...\......\FtpClientFrame.class
......\...\FtpServer\FtpServer.class
......\...\.........\Request.class
......\...\.........\Response.class
......\src\client\FtpClientFrame.java
......\...\FtpServer\FtpServer.java
......\...\.........\Request.java
......\...\.........\Response.java
......\bin\client
......\...\FtpServer
......\src\client
......\...\FtpServer
......\bin
......\src
ss_ftp