Overload | Description |
---|---|
SynchronizeUpload(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 SSH server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |
SynchronizeUpload(String,String,List<String>) | Synchronize Upload a Directory and Exclude a List of files, directories, or wildcards. Useful for synchronizing to different environments, DEV, QA, PROD, where server specific settings such as the web.config are different. |
SynchronizeUpload(String,String,Boolean) | Transfer files that do not exist remotely 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 SSH server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |
SynchronizeUpload(String,String,Boolean,String) | Transfer files that match the passed wildcard pattern that do not exist remotely 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 SSH server is taken into account when CalcHourDifference has been called. By default all files and sub directories are attempted to be synchronized. |