public void DownloadDirectoryAsync( System.string localDirectory, System.string ftpDirectory, System.bool subDirectories, System.DateTime startDate, System.DateTime endDate, System.object customObject )
public procedure DownloadDirectoryAsync( localDirectory: System.String; ftpDirectory: System.String; subDirectories: System.Boolean; startDate: System.DateTime; endDate: System.DateTime; customObject: System.TObject );
public function DownloadDirectoryAsync( localDirectory : System.String, ftpDirectory : System.String, subDirectories : System.boolean, startDate : System.DateTime, endDate : System.DateTime, customObject : System.Object );
public: void DownloadDirectoryAsync( System.string* localDirectory, System.string* ftpDirectory, System.bool subDirectories, System.DateTime startDate, System.DateTime endDate, System.Object* customObject )
public: void DownloadDirectoryAsync( System.String^ localDirectory, System.String^ ftpDirectory, System.bool subDirectories, System.DateTime startDate, System.DateTime endDate, System.Object^ customObject )
'Declaration Public Overloads Sub DownloadDirectoryAsync( _ ByVal localDirectory As System.String, _ ByVal ftpDirectory As System.String, _ ByVal subDirectories As System.Boolean, _ ByVal startDate As System.Date, _ ByVal endDate As System.Date, _ ByVal customObject As System.Object _ )
'Usage Dim instance As SFTP Dim localDirectory As System.String Dim ftpDirectory As System.String Dim subDirectories As System.Boolean Dim startDate As System.Date Dim endDate As System.Date Dim customObject As System.Object instance.DownloadDirectoryAsync(localDirectory, ftpDirectory, subDirectories, startDate, endDate, customObject)
Parameters
- localDirectory
- The local path to put the directory
- ftpDirectory
- The FTP directory to download
- subDirectories
- Download files in sub directories
- startDate
- The earliest file to upload
- endDate
- The latest file to upload
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events