Overload | Description |
---|---|
GetFtpContents(String,String,Boolean,String[]) | Gets a listing of the provided remote folder, specifying filters and whether the operation is recursive. |
GetFtpContents(String,Int32,String,Boolean,String[]) | Gets a listing of the provided remote folder, specifying a port, filters, and whether the operation is recursive. |
GetFtpContents(String,Int32,String,String,String,Boolean,String[]) | Gets a listing of the provided remote folder, specifying a port, a username/password, filters, and whether the operation is recursive. |
GetFtpContents(String,Int32,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,String,Boolean,String[]) | Gets a listing of the provided remote folder, specifying a port, an authentication method, a certificate, data channel protection, filters, and whether authentication is implicit and whether the operation is recursive. |
GetFtpContents(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,String,Boolean,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,String[]) | Gets a listing of the provided remote folder, specifying a port, a username/password, an authentication method, whether authentication is implicit, verification flags, a certificate, data channel protection, a proxy, a time-out, default representation type, whether files are listed recursively and/or passively, a trace writer, a synchronizing object, delegates for notifications, and filters. |
GetFtpContents(String,Int32,String,String,AuthenticationMethod,VerificationFlags,Certificate,DataChannelProtection,Boolean,ProxyClient,Int32,Boolean,RepresentationType,TextWriter,String,Boolean,ISynchronizeInvoke,CertificateReceivedCallback,CertificateRequiredCallback,TransferMode,String[]) | Gets a listing of the provided remote folder, specifying a port, a username/password, an authentication method, whether authentication is implicit, verification flags, a certificate, data channel protection, a proxy, a time-out, default representation type, whether files are listed recursively and/or passively, a trace writer, the transfer mode, a synchronizing object, delegates for notifications, and filters. |