Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

rlupi001

Powershell automatic retry or skip file that has error

when im syncing files automatically through my powershell script i always get this message:

[06/30/2015 10:22:11] Error transferring file '...File name'.
[06/30/2015 10:22:11] Sync Stopped

How can i script it so that it automaticlly skips files that can't be uploaded or retries to upload them. For example, in the gui if i run into an error i have the option of retrying or skipping the file.

Thanks in advance..