文件名称:FTPUtil
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 曲**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
FTP工具类
连接ftp服务器
上传文件
判断Ftp目录是否存在,如果不存在则创建目录
获取当前目录
返回FTP目录下的文件列表
取得指定目录下的所有文件名,不包括目录名称
删除文件
断开与ftp服务器的链接-FTP Tools
Ftp server connection
Upload files
Ftp directory to determine whether there is, if you create the directory does not exist
Get the current directory
Returns a list of files under the FTP directory
Get all the files under the specified directory name, directory name does not include
Delete Files
Disconnect the link with the ftp server
连接ftp服务器
上传文件
判断Ftp目录是否存在,如果不存在则创建目录
获取当前目录
返回FTP目录下的文件列表
取得指定目录下的所有文件名,不包括目录名称
删除文件
断开与ftp服务器的链接-FTP Tools
Ftp server connection
Upload files
Ftp directory to determine whether there is, if you create the directory does not exist
Get the current directory
Returns a list of files under the FTP directory
Get all the files under the specified directory name, directory name does not include
Delete Files
Disconnect the link with the ftp server
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FTPUtil.java