MethodIdentifier Enumeration |
Namespace:
EnterpriseDT.Net.Ftp
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic enum MethodIdentifier
Public Enumeration MethodIdentifier
public enum class MethodIdentifier
Members|
| Member name | Value | Description |
|---|
| ChangeWorkingDirectory | 0 | |
| ChangeWorkingDirectoryUp | 1 | |
| Close | 2 | |
| Connect | 3 | |
| CreateDirectory | 4 | |
| DeleteDirectory | 5 | |
| DeleteDirectoryTree | 6 | |
| DeleteFile | 7 | |
| DeleteMultipleFiles | 8 | |
| DownloadByteArray | 9 | |
| DownloadFile | 10 | |
| DownloadDirectory | 11 | |
| DownloadMultiple | 12 | |
| DownloadStream | 13 | |
| Exists | 14 | |
| DirectoryExists | 15 | |
| GetCommandHelp | 16 | |
| GetFeatures | 17 | |
| GetFileInfos | 18 | |
| GetFiles | 19 | |
| GetLastWriteTime | 20 | |
| GetLocalCrc | 21 | |
| GetRemoteCrc | 22 | |
| GetSize | 23 | |
| GetSystemType | 24 | |
| GetWorkingDirectory | 25 | |
| InvokeCommandSSH | 26 | |
| InvokeFTPCommand | 27 | |
| InvokeSiteCommand | 28 | |
| InvokeAdminCommand | 29 | |
| Login | 30 | |
| RenameFile | 31 | |
| ResumeTransfer | 32 | |
| SendPassword | 33 | |
| SendUserName | 34 | |
| Synchronize | 35 | |
| TransferFileFXP | 36 | |
| UploadByteArray | 37 | |
| UploadDirectory | 38 | |
| UploadMultiple | 39 | |
| UploadFile | 40 | |
| UploadStream | 41 | |
| ResumeNextTransfer | 42 | |
| ResumeNextDownload | 43 | |
| ChangeMode | 44 | |
| ChangeOwner | 45 | |
| ChangeGroup | 46 | |
| CreateSymbolicLink | 47 | |
See Also