FTPFileTransferAttributes Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoCopyFileAttrs | 1 | Do not copy file attributes (dates and file attributes) from source location to destination location. | |
NoVerifyFileSize | 2 | Do not verify the source and destination files are the same size once transfer is complete. | |
AllowTransferResume | 4 | Allow the upload, or download transfer to be resumed at the place the previous transfer failed. | |
ThrowIfNoFilesFoundToTransfer | 8 | If no files are found to transfer matching the specified pattern, then raise an error. Otherwise just devlog. | |
ThrowIfFileTransferErrors | 16 | If there are one or more file transfer errors, then raise an exception. Otherwise just devlog. | |
ThrowAnyFileTransferErrors | 32 | If a file transfer error occurs, throw an exception immediately. Otherwise just devlog error and continue to transfer next matching file. | |
CreateRemoteDirectoryIfNotFound | 64 | If a remote directory does not exist, then attempt to create it. Otherwise throw. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.