edtFTPnet/PRO Examples

Example 1 - Nonvalidating Client
Illustrates the use of ProFTPClient in explicit FTPS mode with neither server nor client validation.
Example 2 - Server-Validating Client
Illustrates the use of ProFTPClient in explicit FTPS mode with server validation.
Example 3 - Fully Validating Client
Illustrates the use of ProFTPClient in explicit FTPS mode with server and client validation.
Example 4 - Implicit Client
Illustrates the use of ProFTPClient in implicit FTPS mode with neither server nor client validation.
Example 5 - SOCKS 4 Client
Illustrates the use of ProFTPClient with a SOCKS 4 firewall.
Example 6 - SOCKS 5 Client
Illustrates the use of ProFTPClient with a SOCKS 5 firewall.
Example 7 - Recursive Operations
Illustrates the use of ProFTPClient with recursive Put, Get and Delete on directories.