|
|
Browse by Tags
All Tags » Tips & tric... » FTP
-
What’s common for FTP, POP3, IMAP, SMTP, HTTP? All those protocols share same method for encryption of communication between client and server – the TLS/SSL. TLS is just a new name for SSL version 3.1 (for details see KB article about Secure FTP).
The TLS/SSL comes in two common flavors: TLS/SSL Explicit TLS/SSL Implicit What’s the ...
-
Quick & dirty (yet a bit naive) directory download code
To download all files in a specified remote folder seems to be a trivial task at first. Calling Ftp.GetList(), iterating through the returned collection and caling Ftp.GetFile() on each item looks like a no brainer. It would work in simple cases. However, there are some caveats in this ...
|
|
|