'Declaration Public Overloads Sub SynchronizeDownloadWithDeleteAsync( _ 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.SynchronizeDownloadWithDeleteAsync(localDirectory, ftpDirectory, subDirectories, customObject)
public void SynchronizeDownloadWithDeleteAsync( System.string localDirectory, System.string ftpDirectory, System.bool subDirectories, System.object customObject )
public procedure SynchronizeDownloadWithDeleteAsync( localDirectory: System.String; ftpDirectory: System.String; subDirectories: System.Boolean; customObject: System.TObject );
public function SynchronizeDownloadWithDeleteAsync( localDirectory : System.String, ftpDirectory : System.String, subDirectories : System.boolean, customObject : System.Object );
public: void SynchronizeDownloadWithDeleteAsync( System.string* localDirectory, System.string* ftpDirectory, System.bool subDirectories, System.Object* customObject )
public: void SynchronizeDownloadWithDeleteAsync( 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