“System Error. Code: 4390. The file or directory is not a reparse point” File/folder does not exist
I am trying to user winscp with PowerShell to automate the process.
It seems to be related to how some file types are nested, if they are part of a sub dir I’ll get the error. If I upload the files from the root they will send,
this happens with running the script or manually uploading the files. When in the gui I can click retry once and it sends.
Upload of \\dirxyz\vslistener.v2.log failed: WinSCP.SessionRemoteException: File or folder '\\dirxyz\vslistener.v2.log' does not exist.
System Error. Code: 4390. The file or directory is not a reparse point
side note, if I transfer the same dir a 2nd or more times with out disconnecting
the transfer will start and finish with no errors.
As a test to see if it was OS related or the receiving ftp server I tried another ftp client with no issues.
thanks