View Single Post
  #2 (permalink)  
Old 01-17-2008, 07:40 AM
itHighway's Avatar
itHighway itHighway is offline
Newbie
 
Join Date: Jan 2008
Location: Gujranwala
Posts: 10
itHighway is on a distinguished road
Send a message via MSN to itHighway
Default

SFTP, or secure FTP, is a program that uses SSH (Secure Shell - encrypted channel for logging into another computer over a network) to transfer files. Unlike standard FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted in the clear over the network. It is functionally similar to FTP, but because it uses a different protocol, you can't use a standard FTP client to talk to an SFTP server, nor can you connect to an FTP server with a client that supports only SFTP.
Reply With Quote