Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    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

  3. #3
    Just 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.

  4. #4
    Linux Guru anomie's Avatar
    Join Date
    Mar 2005
    Location
    Texas
    Posts
    1,692
    Can anybody help me out in finding a Secure FTP Client for Linux Platform?
    Do you realize that your Linux installation (probably) comes with a command line sftp client? It follows
    Code:
    sftp user@host_name
    SSH under Linux, which is OpenSSH implementation, supports 3DES (default), blowfish and DES (legacy support). You should read the
    Code:
    man ssh
    and
    Code:
    man ssh_config
    pages for more options.

    I have never used a TLS client, but I found one called
    Code:
    s_client
    on my SuSE machine.

  5. #5
    Just 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!

  6. #6
    Just 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

  7. #7
    Linux Enthusiast
    Join Date
    Aug 2005
    Location
    Hell
    Posts
    514

    Re: Secure FTP

    Quote Originally Posted by vineet.bharti
    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.
    SSH allows you to tell it what cipher(s) to use.

  8. #8
    Just Joined!
    Join Date
    May 2005
    Posts
    52
    So does winSCP

  9. #9
    Just Joined!
    Join Date
    Sep 2005
    Location
    Atlanta
    Posts
    10
    try sending files by snailmail. It's a lot more safer.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •