Overload | Description |
---|---|
Send(String,String,String[]) | Sends a list of files to a remote folder on an FTP server. |
Send(String,Int32,String,String[]) | Sends a list of files to a remote folder on an FTP server, specifying a port number. |
Send(String,Int32,String,String,String,String[]) | Sends a list of files to a remote folder on an FTP server, specifying a port number and a username and password. |
Send(String,Int32,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,String[]) | Sends a list of files to a remote folder on an FTP server, specifying a port number, an authentication method, whether authentication is implicit, verification flags, a certificate, and data channel protection. |
Send(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,Boolean,Boolean,Boolean,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,ByteProgressionCallback,ItemProgressionCallback,Object,String[]) | Sends a list of files to a remote folder on 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 are replaced, files are sent recursively, and paths are preserved at destination, delegates for notifications, and a synchronizing object. |
Send(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[]) | Sends a list of files to a remote folder on an FTP server, specifying a port, username and password, an authentication method, whether authentication is implicit, verification flags, a certificate, data channel protection, whether existing files are replaced, files are sent recursively and/or passively, and paths are preserved at destination, a proxy, a time-out, default representation type, delegates for notifications, a synchronizing object, etc. |
Send(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[]) | Sends a list of files to a remote folder on an FTP server, specifying a port, username and password, an authentication method, whether authentication is implicit, verification flags, a certificate, data channel protection, whether existing files are replaced, files are sent recursively and/or passively, and paths are preserved at destination, a proxy, a time-out, default representation type, transfer mode, delegates for notifications, a synchronizing object, etc. |