Lance Hoffmeyer, 2002-Feb-08 16:16 -0600: > What have people done in order to get sftp to connect to a remote host? > The FAQ mentions something about an interactive mode on the shell but > I am not sure what this means? My .bashrc is basic with color-dir set > and a few aliases. Any suggestions? > > Lance
AFAIK, sftp connects just like ssh and has the same functionality as ftp once connected. If you know the name and path of the file(s) you which up/download, you can use scp. $ sftp [EMAIL PROTECTED] password: ******* sftp> ...now use normal ftp commands. Make sure you can connect using ssh first. jc -- Jeff Coppock Systems Engineer Diggin' Debian Admin and User

