Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
void Put( string localPath, string remoteFile, bool append ) |
| Visual Basic |
|---|
Sub Put ( _ localPath As String, _ remoteFile As String, _ append As Boolean _ ) |
| Visual C++ |
|---|
void Put( String^ localPath, String^ remoteFile, bool append ) |
Parameters
- localPath
- Type: System..::..String
- remoteFile
- Type: System..::..String
- append
- Type: System..::..Boolean