ExFTPConnectionSynchronize(String, String) Method
Synchronizes the given local directory with the given remote directory
according to the synchronization rules in
DefaultSyncRules.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPSyncResults Synchronize(
string localDirectory,
string serverDirectory
)
Public Function Synchronize (
localDirectory As String,
serverDirectory As String
) As FTPSyncResults
public:
FTPSyncResults^ Synchronize(
String^ localDirectory,
String^ serverDirectory
)
member Synchronize :
localDirectory : string *
serverDirectory : string -> FTPSyncResults
- localDirectory String
- Directory on the local machine to synchronize.
- serverDirectory String
- Directory on the server to synchronize.
FTPSyncResults[!:FTPSyncReport] containing results of synchronization operation