Overload | Description |
---|---|
Delete(String,Boolean,String[]) | Deletes the specified files from the specified FTP server, specifying whether this is done recursively. |
Delete(String,Int32,Boolean,String[]) | Deletes the specified files from the specified FTP server, specifying a port and whether this is done recursively. |
Delete(String,Int32,String,String,Boolean,String[]) | Deletes the specified files from the specified FTP server, specifying a port, a username/password, and whether this is done recursively. |
Delete(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,Object,String[]) | Deletes the specified files from the specified FTP server, specifying a port, a username/password, an authentication method, verification flags, a certificate, data channel protection, whether the operation is recursive and/or passive, whether authentication is implicit, a proxy, a time-out, default representation type, a synchronizing object, and delegates for notifications. |
Delete(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,Object,TransferMode,String[]) | Deletes the specified files from the specified FTP server, specifying a port, a username/password, an authentication method, verification flags, transfer mode, a certificate, data channel protection, whether the operation is recursive and/or passive, whether authentication is implicit, a proxy, a time-out, default representation type, a synchronizing object, and delegates for notifications. |