'Declaration Public Overloads Sub SynchronizeDownloadAsync( _ ByVal localDirectory As System.String, _ ByVal ftpDirectory As System.String, _ ByVal subDirectories As System.Boolean, _ ByVal customObject As System.Object _ )
'Usage Dim instance As FTP Dim localDirectory As System.String Dim ftpDirectory As System.String Dim subDirectories As System.Boolean Dim customObject As System.Object instance.SynchronizeDownloadAsync(localDirectory, ftpDirectory, subDirectories, customObject)
public void SynchronizeDownloadAsync( System.string localDirectory, System.string ftpDirectory, System.bool subDirectories, System.object customObject )
public procedure SynchronizeDownloadAsync( localDirectory: System.String; ftpDirectory: System.String; subDirectories: System.Boolean; customObject: System.TObject );
public function SynchronizeDownloadAsync( localDirectory : System.String, ftpDirectory : System.String, subDirectories : System.boolean, customObject : System.Object );
public: void SynchronizeDownloadAsync( System.string* localDirectory, System.string* ftpDirectory, System.bool subDirectories, System.Object* customObject )
public: void SynchronizeDownloadAsync( System.String^ localDirectory, System.String^ ftpDirectory, System.bool subDirectories, System.Object^ customObject )
Parameters
- localDirectory
- The local path to put the directory
- ftpDirectory
- The FTP directory to download
- subDirectories
- If true, download subdirectories
- customObject
- Your custom object to be returned with Started, Progress, and Completed Events