andy.edwards@indzine.co.u Re: Powershell automatic retry or skip. 2015-12-17 12:09 martin wrote: The WinSCP .NET assembly does not support this yet. Are tehir plans for this as it would make for a much more viable component
martin Re: Powershell automatic retry or skip. 2015-07-03 The WinSCP .NET assembly does not support this yet.
rlupi001 Powershell automatic retry or skip. 2015-06-30 18:21 Hi Sorry for the double post, i think my first post was in the wrong section of the forum.. 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..