资源列表
stat_total
- 从服务器ftp下载指定的文件到本机,然后对文件数据进行解析并把解析的数据输出到excel,然后从数据库中提取对应的数据进行核对-Ftp from the server specified file to the local, and then parse the data file and to parse the data output to excel, and then extracted from the database to check the corresponding data
Ftp
- 程序能实现基本的FTP客户端功能,能登陆FTP服务器,显示登陆客户机目录下的文件和目录名,能从该目录中选择下载服务器的文件,也能向服务器上传文件。-FTP programs can achieve the basic function of the client can login FTP server, the client displays log files and directories under the directory name from the directory of you
M_FTP_Thread
- VC++多线程多站点、多任务的ftp客户端,实现多站点下载和上传。-VC++ multi-threaded multi-site, multi-task ftp client, multi-site to download and upload.
FTP-LS
- C#开发的FTP文件管理模块,可以批量上传现在文件-C# development of the FTP file management module, you can bulk upload the file now
tftpd32
- tftp上传工具,linux与windows之间文件传输,大文件传输,速度很快。-tftp upload tool, linux and file transfer between windows, large file transfers, very fast.
winscp434source
- WinSCP is a SFTP client and FTP client for Windows. Its main function is the secure file transfer between a local and a remote computer. It uses Secure Shell (SSH) and supports, in addition to Secure FTP, also legacy SCP protocol.
FTP-file-upload-and-download-module
- FTP文件上传下载模块,内附程序源码和程序使用说明-FTP file upload and download module, containing the program source code and program instructions
FTP@
- 网络编程中FTP传输很好的源码包,内含很多注释和说明,适合初级编程者。-Good package for FTP protocol,useful for junior network programmer.
vb-ftp
- FTP客户端 VB源码 实现上传和下载功能-ftp client
ftpclient
- 该IDL源代码,主要功能是,实现基于Socket的ftp通讯程序,稍微修改,即可实现数据自动下载服务。-The IDL source code, the main function is to achieve based on the Socket ftp Communications program, slightly modified, you can achieve automatic data download service.
FtpUpLoad
- MFC实现FTP上传到服务器上!-C++ the MFC FTP upload to the server!
ftp客户端源代码
- linux下ftp客户端源代码,实现简单的上传文件、下载文件等功能。