Login Required. Sign up now -- its free!

Projects tagged ‘ftp’ and ‘sftp’


[15 total ]

2440 Users
   

PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. It also includes versions of sftp and scp.
Created over 3 years ago.

1031 Users
   

FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive interface. FileZilla Server is a reliable FTP server.
Created over 3 years ago.

627 Users
   

curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, TFTP, HTTP, HTTPS, SCP, SFTP, TELNET, DICT, FILE and LDAP. curl supports SSL certificates, HTTP POST, HTTP ... [More] PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. [Less]
Created over 3 years ago.

132 Users
   

Cyberduck is an open source FTP and SFTP (SSH Secure File Transfer) client licensed under the GPL with an easy to use interface, integration with external editors and support for many Mac OS X system ... [More] technologies such as Spotlight, Bonjour, the Keychain and AppleScript. [Less]
Created over 3 years ago.

3 Users

Yafc is an OpenSource console mode FTP client. It has support for Kerberos 4/5 authentication and sftp (ssh2). Other features include tab completion, directory cache, powerful aliases, recursive file commands and bookmarks with autologin.
Created over 3 years ago.

2 Users

SmartFTP allows you to transfer files across the Internet via FTP and SFTP. It offers a modern look and feel and features including SSL/TLS, FXP Support, Multiple connections, Proxy Firewall support, Drag and Drop, caching and more.
Created 10 months ago.

1 Users
 

Fugu is a graphical frontend to the commandline Secure File Transfer application (SFTP). SFTP is similar to FTP, but unlike FTP, the entire session is encrypted, meaning no passwords are sent in ... [More] cleartext form, and is thus much less vulnerable to third-party interception. Fugu allows you to take advantage of SFTP's security without having to sacrifice the ease of use found in a GUI. Fugu also includes support for SCP file transfers, and the ability to create secure tunnels via SSH. [Less]
Created about 1 year ago.

1 Users
 

KFTPgrabber is a graphical FTP client for the K Desktop Environment (KDE). It implements many features required for usable FTP interaction.
Created over 3 years ago.

0 Users

pysftppysftp is an easy to use sftp module that utilizes paramiko and pycrypto. support/user listhttp://groups.google.com/group/pysftp changes 0.2.2 The following methods were added: chdir(path) ... [More] - change the current working directory on the remote getcwd() - return the current working directory on the remote listdir(path='.') - return a list of files for the given path quick startimport pysftp srv = pysftp.Connect('www.yoursever.com') srv.execute('ls -al') srv.get('thefile.txt') srv.put('anotherfile.txt') srv.close()featuresgracefully handles both RSA and DSS private key files automatically Supports encrypted private key files. logging can now be enabled/disabled now supports easy_install -- easy_install pysftp listed on PyPI http://pypi.python.org/pypi/pysftp Connection parametersArguments that are not given are guessed from the environment. parameter description host The Hostname of the remote machine. username Your username at the remote machine.(None) private_key Your private key file.(None) password Your password at the remote machine.(None) port The SSH port of the remote machine.(22) private_key_pass password to use if your private_key is encrypted(None) log log connection/handshake details (False) [Less]
Created 10 months ago.

0 Users

A generic web deployment system that remembers what it has already published and only uploads new content. This eliminates problems with time zones, out of sync clocks and having to crawl large ... [More] amounts of remote content before uploading. Jublish is the simplest and fastest way to deploy your web site. [Less]
Created about 1 month ago.