Thanks for your feedback.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
The odd thing is once I upload the dir and files with the L attribute using the dev version the standard version will work with no issues if I re-upload the same files after deleting everything from the original transfer. Seems something is cached between versions?
GetFileAttributes
fails and latter calls succeed. It's probably cached on system/session level, hence it's not the first call in a process, that fails, but the first call system-wide or session-wide.
Can you provided a new install version or the WinSCPnet.dll? I have been running this with a script to schedule the transfer.
Portable
with Automation
in the download URL.
test with and fails, tested with unc and a mapped drive
server 2008
server 2012 r2
server 2016
windows 10
I'm not sure I understand, what have you tested. Do you mean that you get the same problem for all these systems, both when using an UNC path and when using a mapped drive?
test with and fails, tested with unc and a mapped drive
server 2008
server 2012 r2
server 2016
windows 10
I was able to transfer with another ftp client with no errors, Any guess on what my be done different?
That other client probably does not useGetFileAttributes
.
I was able to send with no errors using debug client you sent.
what is difference between the debug and the install client and standalone version?
GetFileAttributes
before an actual transfer code starts. That call fails (silently). And the next call (very same one) from the transfer code succeeds. While in the normal build, the call in the transfer code is the first one, so it fails.
I was able to transfer with another ftp client with no errors, Any guess on what my be done different?
GetFileAttributes
.