This is a discussion on "What is SFTP?????" within the Webforumz Cafe section. This forum, and the thread "What is SFTP????? are both part of the Community category.
|
|
|
|
|
![]() |
||
What is SFTP?????
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
What is SFTP?????
Hi all,
I am new in programming and I just joined a company that offers secure file transfer software components. So I firstly want to gather some selective information on why should I use Secure FTP instead of FTP? And why is SFTP better than FTP? Thanks in advance! |
|
|
|
||||
|
Re: What is SFTP?????
It's secure.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
||||
|
Re: What is SFTP?????
Well, FTP in unsecure, in that when you upload files etc to your web host, it also sends your password and login across in plain text. So, someone could pick up your details and gain access to your site.
SFTP encrypts everything (logon, password and data) that you send across, and although it doesn't stop people getting the data, what they do get is as scrambled as my eggs were this morning.
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
||||
|
Re: What is SFTP?????
How do you use SFTP then?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
||||
|
Re: What is SFTP?????
via your ftp client, it's just over ssh - here's a few to use:
http://winscp.net/eng/index.php http://www.openssh.com/ also a good list of ftp and sftp from wikipedia: http://en.wikipedia.org/wiki/Comparison_of_FTP_clients you can also use command line prompts, but only if you are very familiar with it.
__________________
WelshStew Lead Administrator tierney rides tboard - uk site | xtreme wales - extreme clothing If you think I've helped, click the "Thanks" webforumz - facebook | LinkedIn
Last Blog Entry: Web Standards Curriculum Launched (Jul 8th, 2008)
|
|
||||
|
Re: What is SFTP?????
I noticed an option in my ftp client (filezilla) so used it. Took a little longer to log in but didnt seem any different to me.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
|
|
||||
|
Re: What is SFTP?????
DW has the option for this too.
Also I had to use passive FTP once (whatever that is).
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: What is SFTP?????
Hi, first of all congratulation for job. Despite the similarity in name the two protocols are completely different. In FTP all data is passed back and forth between the client and server without the use of encryption. This makes it possible for an eavesdropper to listen in and retrieve your confidential information including login details. With SFTP all the data is encrypted before it is sentient across the network. Hope you will satisfy with my opinions. I wish you for your great career.
All the best! |
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is SFTP????? | ryan | Scripts and Online Services | 3 | Jun 18th, 2008 18:05 |