edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public enum MethodIdentifier
Visual Basic
Public Enumeration MethodIdentifier
Visual C++
public enum class MethodIdentifier

Members

Member nameValueDescription
ChangeWorkingDirectory0
ChangeWorkingDirectoryUp1
Close2
Connect3
CreateDirectory4
DeleteDirectory5
DeleteDirectoryTree6
DeleteFile7
DeleteMultipleFiles8
DownloadByteArray9
DownloadFile10
DownloadDirectory11
DownloadMultiple12
DownloadStream13
Exists14
DirectoryExists15
GetCommandHelp16
GetFeatures17
GetFileInfos18
GetFiles19
GetLastWriteTime20
GetSize21
GetSystemType22
GetWorkingDirectory23
InvokeCommandSSH24
InvokeFTPCommand25
InvokeSiteCommand26
InvokeAdminCommand27
Login28
RenameFile29
ResumeTransfer30
SendPassword31
SendUserName32
Synchronize33
TransferFileFXP34
UploadByteArray35
UploadDirectory36
UploadMultiple37
UploadFile38
UploadStream39
ResumeNextTransfer40
ResumeNextDownload41
ChangeMode42
ChangeOwner43
ChangeGroup44
CreateSymbolicLink45

See Also