what cab be done to upload files in a secure way

Discussion in 'Getting started' started by marcky, Sep 20, 2011.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. What can I use to upload files in a secure way?
     
  2. Do you plan to use FTP or are you uploading via a web application on your site?
     
  3. Well i want to know what is available. At the moment I am using webmatrix to upload the files with web protocol and I dont know how safe it is.
    But I also need to use an application to load some data and on this application there are just 2 options
    1) FTP
    2) SFTP
    Cheers
     
  4. Unfortunately SFTP is not supported. If your account is hosted with us on IIS7 server, you can take advantage of FTP/SSL
     
  5. why SFTP is not supported?
    how can I take advantage of FTP/SSL
     
  6. SFTP bears no resemblance to regular FTP. It's a completely different protocol based on SSH and is considered a very secure file transfer method. Quite confusingly by name at least, FTPS is indeed regular FTP albeit over SSL which is still very secure for most purposes.

    The only common ground between SFTP and FTPS is that they're both file transfer protocols but the low level implementations of these are worlds apart.
     
  7. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page