View Single Post
  #4 (permalink)  
Old 2006-10-24
kva.kva kva.kva is offline
Senior Member
 
Join Date: 2006-01-26
Location: Moscow, Russia
Posts: 706
Rep Power: 3
kva.kva has an average reputation (10+)
Default Re: Simple File Transfer Protocol (SFTP) and High Ports

http://winscp.net/eng/docs/protocols

From http://forums.vandyke.com/showthread.php?t=435
"...As you have discovered, using scp to transfer file to/from a server actually uses SSH to remotely execute scp on the remote machine, then sends the files over through the pipe created by the remote execution. If the remote machine (e.g. a windows machine) does not have scp installed, scp will not work.

SFTP, the SSH file transfer protocol, does not execute some arbitrary program on the remote side. Rather, both the client and server speak SFTP to read and write files. SFTP requires SSH version 2 (a.k.a. SSH2)..."

About SFTP. Some servers can restrict range of high ports for connection, for example vsftpd.

Last edited by kva.kva; 2006-10-24 at 08:28.
Reply With Quote