Secure Replacement For FTP-
If you currently upload or download files through an FTP (File Transfer Protocol
) program such as WS_FTP in Windows or Fetch on a Macintosh, you will have to be
gin to use a new secure replacement for FTP such as SFTP (Secure File Transfer
Protocol). SFTP is built into most SSH clients. SSH clients can be downloaded
from http://www.nbcs.rutgers.edu/ssh.
However in some cases you may find a separate SFTP program more
convenient.
The following documentation on how to use SFTP is available:
Using SFTP and SCP For Windows-
Using SFTP With Classic Mac OS (8.0)-
MacSFTP is a Macintosh application used to transfer files over TCP/IP using the Secure File Transfer Protocol (SFTP) subset of the Secure Shell Protocols (SSH). It's offered by the creators of of MacSSH. This GUI works with OS 8.1 through X. The MacSFTP download is a 15 day trial version. To continue using MacSFTP for more than 15 days, a license serial number may be purchased for $25.
The web site is:
http://pro.wanadoo.fr/chombier/MacSFTP/SFTP_info.html
Using SFTP With Mac OS X-
Command Line Clients For Mac OS X
Command line clients for SFTP and SCP are built in to Mac OS X and can be accessed from the Terminal application. Please refer to the man pages for these commands for more information.
SFTP and SCP For GNU/Linux-
The command-line programs scp and sftp should be present in many
distributions of Linux and Unix. They are generally distributed as part of
the same package containing the ssh command. Linux RPM packages and source
that can be compiled on other versions of Unix are available at
http://www.openssh.org/portable.html