Overload | Description |
---|---|
Receive(String,String,String[]) | Receives a list of files, specifying the hostname of the FTP server and the local destination folder into which files will be placed. |
Receive(String,Int32,String,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port number. |
Receive(String,Int32,String,String,String,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port number, and a username and password. |
Receive(String,Int32,String,String,String,TransferMode,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port number, transfer mode, and a username and password. |
Receive(String,Int32,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port number, an authentication method, whether authentication is implicit, verification flags, a client certificate, and data channel protection. |
Receive(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,Boolean,Boolean,Boolean,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Receives a list of files from an FTP server, specifying a port, a username/password, an authentication method, whether authentication is implicit verification flags, a certificate, data channel protection, whether existing files will be replaced, directory structure will be preserved, transfer will be recursive, and delegates for notifications. |
Receive(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,Boolean,Boolean,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port, a username and password, an authentication method, whether authentication is implicit, verification flags, a certificate, whether existing files will be replaced, directory structure will be preserved, transfer will be passive and/or recursive, a proxy, a time-out, default representation type, delegates for notifications, etc. |
Receive(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,Boolean,Boolean,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,TransferMode,String[]) | Receives a list of files from an FTP server to a local folder, specifying a port, a username and password, an authentication method, whether authentication is implicit, verification flags, a certificate, whether existing files will be replaced, directory structure will be preserved, transfer will be passive and/or recursive, a proxy, a time-out, transfer mode, default representation type, delegates for notifications, etc. |