Local Path directory is being modified, can't upload files via "PutFiles"
Hi there,
I am writing an application in .NET Core 6.0 and I assume that the library is supported since it supports .NET Standard 2.1
I have written the program and have writing a file to:
but when I try to transfer to destination and submit the
But that is not what I am transferring.
Please advise.
Paul
I am writing an application in .NET Core 6.0 and I assume that the library is supported since it supports .NET Standard 2.1
I have written the program and have writing a file to:
C:\temp\sftp\2022-07-25\file.xml
but when I try to transfer to destination and submit the
PutFiles
command, I get an error saying that "c:file.xml" doesn't exist.
But that is not what I am transferring.
Please advise.
Paul