All Tags »
FTP Folder (RSS)
Sorry, but there are no more tags available to filter with.
-
If you use the FtpConnection class, which means you use the FtpFolder class, then you can get an instance of the folder that you want, and then simply use the Name property, which will rename the folder on the ftp server.
FtpConnection ftpConn = new FtpConnection( ''yourserver'', ''username'', ''password'' );
AbstractFolder folder = ...