Example: ftp_rmdir

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

// Remove the for_jon directory.
ftp_rmdir("Ftp_Rmv", "PATH=/pub/for_jon" );