Example: ftp_rmdir_ex

In the following example, the ftp_rmdir_ex function removes the for_jon directory from the FTP server.

// Remove the for_jon directory.
ftp_rmdir_ex( &ftp, "Ftp_Rmv", "PATH=/pub/for_jon" );