Whats faster, WebDisk of FTP? Can you modify perms via webdisk? Pros? Cons?
|
feedback
|
|
Since WebDisk (AKA WebDAV) is HTTP protocol based it will have more overhead than FTP transmissions. So FTP would be faster. As far as what's better, I would go WebDav because:
| ||||
|
feedback
|
|
FTP works and will be faster than WebDAV in many situations, but using FTP securely is a different ballgame — secure WebDAV, on the other hand, is just WebDAV over HTTPS rather than plain HTTP. As noted by Scott, HTTP is a much simpler protocol from behind NAT and firewalls, which is a bonus. Personally, I’d avoid both and use either | |||
|
feedback
|
|
There is a reason the FTP has been around since the beginning, it works and it's fast. I have no idea RE: WebDisk and this is not meant to be a flame/troll, but file transfer utilities and protocols come and go and yet there is still FTP. Yes it's insecure (there are solutions to that) but for what it does it does it's job very very well. Just my $0.02 ($0.01 in a state with sales tax ;). | |||||
feedback
|
|
If you want a good solution to this post, I would use the free NULL FTP Server (it has WebDAV support if you pay for it) and run it as a SFTP server on port 22 (not FTP nor FTPS). Whoala! Single port, SSL secured WebDAV ftp! Amazing! | |||
|
feedback
|