Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 3 of 3

Thread: Ftp

  1. #1
    WrigleyF is offline Master Member
    Join Date
    May 2010
    Posts
    546

    Default Ftp

    Is it still worthwhile to set up / learn how to use FTP, or do you think FTP will be replaced in the near future?

  2. #2
    jeremya is offline Administrator
    Join Date
    Jun 2008
    Posts
    270

    Default

    probably not replaced, but the backend technicalities hidden.
    -Jeremya

  3. #3
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    FTP's been around for a really long time. There're superior solutions, but FTP's still wildly popular with newbs. I reckon that FTP will continue to be used pervasively for the next few years.

    However, I strongly discourage using FTP. It sends your username and password in plaintext (IE: unencrypted), so it's possible for malicious people or programs to intercept your credentials.

    At the very least, I recommend SFTP (Secure FTP). It encrypts communications between FTP clients and servers. However, both the client and server must support SFTP.

    The best solution is SCP (Secure Copy). It piggybacks on SSH (Secure Shell), but is rarely used on Windows servers.
    Nick Hoffman
    Software Developer
    SoftCom Inc.


 

Posting Permissions

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