| C# | |
|---|---|
void FtpUploadDirectory( string host, int port, string protocol, string login, string pass, string proxy, string serverPath, string localPath, bool recursive, bool uncludeRootName, bool activeMode ) | |
Parameters
- host
- Ftp server adress
- port
- Ftp server port
- protocol
- Protocol (FTP, sFTP, FTPs)
- login
- Login
- pass
- Password
- proxy
- Proxy
- serverPath
- Path to save on server
- localPath
- Path to directory
- recursive
- Recursive upload
- uncludeRootName
- Create the root directory on ftp server
- activeMode
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family