Results 1 to 9 of 9
Hi there i am Vineet.
Can anybody help me out in finding a Secure FTP Client for Linux Platform?
I have to test some code that requires a Secure FTP ...
- 09-19-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
Secure FTP Client Needed
Hi there i am Vineet.
Can anybody help me out in finding a Secure FTP Client for Linux Platform?
I have to test some code that requires a Secure FTP connection and supports DES-CBC3-SHA Algorithm and TLS1.0.The Client must also provide for configuring the Set of Algorithms to be used
I know about one such client Wermit but want to check my code using one more client also
Please Help
- 09-19-2005 #2
As far as I know ftp is a very insecure protocol. I don't allow it on my machine at home.
According to the Bastille website (for Linux security) alternatives are SCP and SFTP.
Hope this helps
I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso
- 09-19-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 52
You can try WinSCP (SFTP client, and can fallback to SCP if you want)
http://winscp.net/eng/index.php
fingal, vineet.bharti does say he is using Secure FTP, and I am understanding that to mean sftp via ssh.
Also, make sure you have a good chroot for the user.
- 09-19-2005 #4Do you realize that your Linux installation (probably) comes with a command line sftp client? It followsCan anybody help me out in finding a Secure FTP Client for Linux Platform?SSH under Linux, which is OpenSSH implementation, supports 3DES (default), blowfish and DES (legacy support). You should read theCode:
sftp user@host_name
andCode:man ssh
pages for more options.Code:man ssh_config
I have never used a TLS client, but I found one calledon my SuSE machine.Code:s_client
- 09-19-2005 #5Just Joined!
- Join Date
- May 2005
- Posts
- 52
oh yes anomie is correct. Didnt even think ofthat, even though I use it all the time. Doh!
- 09-20-2005 #6Just Joined!
- Join Date
- Sep 2005
- Posts
- 1
Re: Secure FTP
Thnx 4 help
but i think that i missed out the fact that i need a client which can be configured to select the cipher suite to be send before the connection which is DES-CBC3-SHA.
You guys can check out Wermit (on google) if interested.
Manwhile i have downloaded a client named jftp (for Windows) and will run
tests on that
Will keep all of u updated
- 09-20-2005 #7Linux Enthusiast
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
Re: Secure FTP
SSH allows you to tell it what cipher(s) to use.
Originally Posted by vineet.bharti
- 09-20-2005 #8Just Joined!
- Join Date
- May 2005
- Posts
- 52
So does winSCP
- 09-21-2005 #9Just Joined!
- Join Date
- Sep 2005
- Location
- Atlanta
- Posts
- 10
try sending files by snailmail. It's a lot more safer.


Reply With Quote
