Click to See Complete Forum and Search --> : sftp = xsftp??


magyartoth
01-22-2001, 10:20 PM
Hi,

I'm trying to implement sftp instead of ftp for transferring files. I can connect via sftp to another machine just fine, but...oh heck, I'll just cut & paste the responses. http://www.linuxnewbie.org/ubb/smile.gif So if anyone can help me with the problem below, lemme know.

Thanks!

----

[x@geo-dhcpx downloads]# sftp -l ctoth 128.146.xx.xx
ctoth@128.146.xx.xx's password:
zsh: command not found: sftpserv
sftp> cd /
cd: Not connected
sftp> quit
[x@geo-dhcpx downloads]# whereis sftp
sftp: /usr/bin/sftp /usr/share/man/man1/sftp.1.bz2
[x@geo-dhcpx downloads]# whereis sftpserv
sftpserv: /usr/bin/sftpserv
[x@geo-dhcpx downloads]# cd /usr/bin
[x@geo-dhcpx bin]# sftpserv
xsftp

[1]+ Stopped sftpserv
[x@geo-dhcpx bin]# sftpserv &
xsftp[2] 9607

[2]+ Stopped sftpserv
[x@geo-dhcpx bin]#