FTP Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationFTP Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old February 5th, 2008, 05:12 AM
gispy gispy is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2008
Posts: 1 gispy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 34 sec
Reputation Power: 0
Opinion needed on FTP Vs SFTP

There are lots of questions related to FTP server. Firstly I want to know about the difference between FTP and SFTP? And why we are using Secure FTP instead of FTP? And why is SFTP better than FTP? I also want to know about the service providers of FTP. Can anyone help me? I shall be very thankful to you for your suggestion.

Reply With Quote
  #2  
Old February 5th, 2008, 10:44 AM
Mantas2 Mantas2 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Location: Just outside Atlanta, GA
Posts: 39 Mantas2 User rank is Corporal (100 - 500 Reputation Level)Mantas2 User rank is Corporal (100 - 500 Reputation Level)Mantas2 User rank is Corporal (100 - 500 Reputation Level)Mantas2 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 9 h 15 m 16 sec
Reputation Power: 2
Using SFTP allows the data to be encrypted unlike FTP. This is done over the ssh port (usually 22) not over the ftp ports.
I cannot possible know why you are using Secure Ftp insead of ftp, could be for security reasons.
I am not aware of any specific FTP service providers, but most web host will give you ftp access.

Reply With Quote
  #3  
Old February 6th, 2008, 12:43 AM
finley12 finley12 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2008
Posts: 1 finley12 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 4 sec
Reputation Power: 0
Re: Opinion needed on FTP Vs SFTP

Hey, we use SFTP instead of FTP as everyone wants to secure his data. Actually security is the main concern in file transferring. There are lots of secure file transfer tools are available on the net that can solve your problems. I know one among of them called (www dot anyclient dot com) Secure FTP Server.It provides you a downloadable application that you can install locally. Hope you will be satisfied by my opinion.

Reply With Quote
  #4  
Old February 22nd, 2008, 02:48 AM
aleen80 aleen80 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2008
Posts: 13 aleen80 User rank is Sergeant (500 - 2000 Reputation Level)aleen80 User rank is Sergeant (500 - 2000 Reputation Level)aleen80 User rank is Sergeant (500 - 2000 Reputation Level)aleen80 User rank is Sergeant (500 - 2000 Reputation Level)aleen80 User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 6 h 19 m 20 sec
Reputation Power: 0
Quote:
Originally Posted by gispy
I want to know about the difference between FTP and SFTP?

In terms of usability, there is very little difference between FTP and sFTP. You will need to enter slightly different configuration details and accept a server "key" when you connect via sFTP, but otherwise functionality has not changed. You still upload, download and delete files the same way.
Quote:
Originally Posted by gispy
why we are using Secure FTP instead of FTP? And why is SFTP better than FTP?

sftp is a secure form of the ftp command.Whenever a user opens up a regular ftp session or most other TCP/IP connections, the entire transmission made between the host and the user is sent in plain text.Anyone who has the ability to snoop on the network packets can read the data, including the password information.If an unauthorized user can login, they have the oppurtunity to compromise the system.
When using ssh's sftp instead of the ftp, the entire login sesion, including transmission of password, is encrypted.It is therefore much more difficult for an outsider to observe and collect passwords from a system using ssh/sftp sessions.
Quote:
Originally Posted by gispy
I also want to know about the service providers of FTP. Can anyone help me? I shall be very thankful to you for your suggestion.

http:// www .ezinearticles.com/?All-FTP-Hosting-Services-Are-Not-Created-Equally!&id=214221

Reply With Quote
  #5  
Old March 29th, 2008, 01:11 PM
Edvallie Edvallie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2008
Location: Kalamazoo, MI
Posts: 35 Edvallie User rank is Sergeant (500 - 2000 Reputation Level)Edvallie User rank is Sergeant (500 - 2000 Reputation Level)Edvallie User rank is Sergeant (500 - 2000 Reputation Level)Edvallie User rank is Sergeant (500 - 2000 Reputation Level)Edvallie User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 11 h 11 m 15 sec
Reputation Power: 12
Send a message via AIM to Edvallie
Quote:
Originally Posted by Mantas2
Using SFTP allows the data to be encrypted unlike FTP. This is done over the ssh port (usually 22) not over the ftp ports.
I cannot possible know why you are using Secure Ftp insead of ftp, could be for security reasons.
I am not aware of any specific FTP service providers, but most web host will give you ftp access.
You don't understand why SFTP would be required over FTP? Data encryption is very important when your dealing with a large system, especially when you'd have a lot of angry people above you in the company if any important company info was released because of a lack of data security. People do a lot of work from home these days, the encryption is necessary nowadays in any kind of corporate environment. Plus it's easy to just setup a simple ssh daemon on your nix server and disable ftp traffic, there's no real reason to still be using FTP.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationFTP Help > Opinion needed on FTP Vs SFTP


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway