Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » FTP Folder   (RSS)
Sorry, but there are no more tags available to filter with.
  • How to rename a folder on a FTP Server

    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 = ...
    Posted to Xceed FTP for .NET (Forum) by Xceed admin on October 28, 2008
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.