SFTP, SCP, Secure Webdav: which is the most suitable ?

Posted by Xavier Maillard on Super User See other posts from Super User or by Xavier Maillard
Published on 2010-05-27T21:28:37Z Indexed on 2010/05/27 21:33 UTC
Read the original article Hit count: 221

Filed under:
|
|
|
|

Hi,

currently, I am hosting a webdav share setup in order to store files I need anywhere I am. It is available via HTTPS.

Things are that I do not need all the HTTP machinery -i.e. my nginx http server is only there for this webdav folder.

I am not sure I made the best choice. My requirements on the client side are:

  • secured transfers
  • mountable as a network drive at work with 'near realtime sync'
  • usable for any OS I could use (including my mobile (android))

At first, I chose webdav since it would pass through my work proxy (which refuses all that is not on HTTP/S (port 80 or 443)).

Today, I am not satisfied with the setup and even if nginx memory footprint is pretty small, its webdav support is not really "clean" and full.

What would you recommend between SFTP, SCP and the current webdav solution ? I think SFTP is the closest solution but I still have to find out how to pass through my proxy ;) SCP seems quite limited as I read about it (only file transfers if I read right).

Cheers

© Super User or respective owner

Related posts about Windows

Related posts about proxy