Overload | Description |
---|---|
SynchronizeDownload(String,String) | Transfer files that do not exist locally synchronously OR Files that have a different byte count OR Files that have a modification date difference in seconds greater than 60. The hour difference between the local machine and the FTP server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |
SynchronizeDownload(String,String,Boolean) | Transfer files that do not exist locally synchronously OR Files that have a different byte count OR Files that have a modification date difference in seconds greater than 60. The hour difference between the local machine and the FTP server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |
SynchronizeDownload(String,String,Boolean,String) | Transfer files that meet the wildcard pattern. If the file meets the wildcard pattern it is checked if it does not exist locally OR it has a different byte count, or has a modification date difference in seconds greater than 60. The hour difference between the local machine and the SSH server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |