CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - shell
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - shell - List
[
Ftp Client
]
WinSCP v3.30.zip
DL : 0
一个支持SSH(Secure SHell)的SCP(Secure CoPy)文件传输软件
Date
: 2025-12-22
Size
: 3.62mb
User
:
[
Ftp Client
]
Unixftpcilent
DL : 0
一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C + + is difficult to control and the interactive shell, and not informed of the error code error, Using C + + tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Date
: 2008-10-13
Size
: 4.59kb
User
:
sl
[
Ftp Client
]
openssh-3.8p1.tar
DL : 0
openssh-3.8p1.tar.gz OpenSSH 是 SSH (Secure SHell) 协议的免费开源实现。它用安全、加密的网络连接工具代替了 telnet、ftp、 rlogin、rsh 和 rcp 工具。
Date
: 2008-10-13
Size
: 807.21kb
User
:
avalger
[
Ftp Client
]
WinSCPv3.30
DL : 0
一个支持SSH(Secure SHell)的SCP(Secure CoPy)文件传输软件--A program which supports SSH`s (Secure SHell) SCP (Secuure CoPy) file transferring
Date
: 2025-12-22
Size
: 3.62mb
User
:
站长
[
Ftp Client
]
Unixftpcilent
DL : 0
一个FTP客户端类,用Socket写的,环境为Unix。 之所以封装这个类是因为以前在unix下写文件上传下载的操作都是调shell脚本,C、C++很难控制与shell的交互, 并且无法获知出错的错误代码,用C++封装成一个工具类后,任何项目都可以重用了。 操作很方便,就像平常的FTP操作: 1:登陆FTP服务端 FTPTools ftpTools (conts string &pm_sFtpServer,int pm_iFtpPort) ftpTools.login(conts string &pm_sFtpUser,const string &pm_sFtpPwd) 2:进入服务端目录 ftpTools.cd(const string & pm_sServerPath) 3:设定本地目录 ftpTools.Lcd(const string & pm_sLocalPath) 4:上传文件 ftpTools.upload(const string &pm_sSrcFilePath,const string & pm_sSrcFileName) 5:下载文件 ftpTools.download(const string & pm_sServerFileName,const string & pm_sDesPath) 支持全路径文件名,PASV模式 -an FTP client category, Socket written in the Unix environment. The reason Packaging category is because the written document under unix uploading and downloading operations are transferred to the shell script, C, C++ is difficult to control and the interactive shell, and not informed of the error code error, Using C++ tools packaged as a category, any item can reuse of. Easy to operate, just like normal FTP : 1 : landing FTP server FTPTools ftpTools (Contracting string
Date
: 2025-12-22
Size
: 4kb
User
:
sl
[
Ftp Client
]
openssh-3.8p1.tar
DL : 0
openssh-3.8p1.tar.gz OpenSSH 是 SSH (Secure SHell) 协议的免费开源实现。它用安全、加密的网络连接工具代替了 telnet、ftp、 rlogin、rsh 和 rcp 工具。-openssh-3.8p1.tar.gzOpenSSH is SSH (Secure SHell) protocol to achieve a free open source. That it is using secure, encrypted network connectivity tools instead of telnet, ftp, rlogin, rsh and rcp tools.
Date
: 2025-12-22
Size
: 807kb
User
:
avalger
[
Ftp Client
]
SSHSecureShellClient-3.2.9
DL : 0
SSH远程工具,能实现远程ftp上传功能。-SSH remote tools, can realize remote ftp upload feature.
Date
: 2025-12-22
Size
: 5.11mb
User
:
jxsdhgcxl
[
Ftp Client
]
openssh-5.1p1.tar
DL : 0
传统的网络服务程序,如:ftp、pop和telnet在本质上都是不安全的,因为它们在网络上用明文传送口令和数据,别有用心的人非常容易就可以截获这些口令和数据。而且,这些服务程序的安全验证方式也是有其弱点的, 就是很容易受到“中间人”(man-in-the-middle)这种方式的攻击。所谓“中间人”的攻击方式, 就是“中间人”冒充真正的服务器接收你的传给服务器的数据,然后再冒充你把数据传给真正的服务器。 服务器和你之间的数据传送被“中间人”一转手做了手脚之后,就会出现很严重的问题。 SSH的英文全称是Secure Shell。通过使用SSH,你可以把所有传输的数据进行加密,这样“中间人”这种攻击方式就不可能实现了, 而且也能够防止DNS和IP欺骗。还有一个额外的好处就是传输的数据是经过压缩的,所以可以加快传输的速度。 SSH有很多功能,它既可以代替telnet,又可以为ftp、pop、甚至ppp提供一个安全的“通道”。 -err
Date
: 2025-12-22
Size
: 1016kb
User
:
雪浪
[
Ftp Client
]
to_web_new
DL : 0
to_web is a shell script the mek an ftp transfer from a specified dir
Date
: 2025-12-22
Size
: 2kb
User
:
max_2055
[
Ftp Client
]
myftp
DL : 0
实现了一个简单的ftp功能 并且有较为完整的shell功能 可以实现FTP的上传下载及关闭-Implements a simple ftp functions and have a more complete shell function
Date
: 2025-12-22
Size
: 30kb
User
:
wudi
[
Ftp Client
]
winscp434source
DL : 0
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.
Date
: 2025-12-22
Size
: 4.31mb
User
:
donkelheim
[
Ftp Client
]
shell_ftp
DL : 0
介绍了如何在shell环境下编程实现ftp功能,具有很大的实用价值。-Describes how the shell programming environment ftp functions, has great practical value.
Date
: 2025-12-22
Size
: 3kb
User
:
石晓冚
[
Ftp Client
]
ftp
DL : 0
用Python写的FTP工具,用来上传数据的shell脚本-this is a python ftp shell
Date
: 2025-12-22
Size
: 1kb
User
:
段洪义
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.