- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SFTP vs FTP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 06:13 AM
07-04-2006 06:13 AM
SFTP vs FTP
Because of security i have to change from ftp to sftp, after that, i'm having some problems with the format of files i transfer... With ftp i was able to decide between binary or ascii transmition, now with sftp i can't find that property.
Any help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 06:38 AM
07-04-2006 06:38 AM
Re: SFTP vs FTP
For several reasons (performance), scp could be the better choice.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 06:51 AM
07-04-2006 06:51 AM
Re: SFTP vs FTP
SFTP is smart. It knows the difference between ASCII and Binary.
Addendum
SFTP
1) Encrypted login/authentication
2) Encrypted data transmission
FTP
1) Password authentication in clear text
2) Data transmission not encrypted
In the FTP section item 1 means that anybody on the Internet can get you password with tcpdump or ethereal, which are both standard in Linux and free for Windows.
The argument against SFTP used to be there are no inexpensive clients. Firezilla eliminates this argument.
Oh yeah, did I mention ftp is too stupid to tell the difference between ascii and binary files? That sftp, the basic client that ships with openssh knows the difference out of the box?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 10:37 AM
07-04-2006 10:37 AM
Re: SFTP vs FTP
Thanks, although I think SFTP could be smarter because the file i'm transfering feeds another system, and needs some format that I can't chose anymore...
Is there anything I can do to set this mode?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 01:00 PM
07-04-2006 01:00 PM