"Error code: 2" in simple PUT

Advertisement

ILL
Joined:
Posts:
5
Location:
Spain

"Error code: 2" in simple PUT

I am scripting this simple code

open test:password@194.224.XXX.YYY
put .\sincc.TXT
bye

But it doesn't work. Winscp says "Error code: 2"

"sincc.TXT" exists next to the winscp executable.

Why?

I will attach the log.

Thanks in advance. Sorry for my English.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
38,695
Location:
Prague, Czechia

Re: "Error code: 2" in simple PUT

A full error message is:

Cannot create remote file '/sincc.TXT'. ("No such file or directory.
Error code: 2
Error message from server: No such file."

The error comes from the server. It can have many reasons.

Were you able to upload any file using GUI?

Reply with quote

Guest

Re: "Error code: 2" in simple PUT

Thanks for the reply

I was not able to upload any file using Winscp GUI (see attached), but I was able to upload any file using another GUI (like coreFTP)



martin wrote:

A full error message is:

Cannot create remote file '/sincc.TXT'. ("No such file or directory.
Error code: 2
Error message from server: No such file."

The error comes from the server. It can have many reasons.

Were you able to upload any file using GUI?

Subida a SFTP.JPG

Reply with quote

ILL
Joined:
Posts:
5
Location:
Spain

Re: "Error code: 2" in simple PUT

Sorry, prikryl. I was ILL, not guest.

martin wrote:

A full error message is:

Cannot create remote file '/sincc.TXT'. ("No such file or directory.
Error code: 2
Error message from server: No such file."

The error comes from the server. It can have many reasons.

Were you able to upload any file using GUI?

Reply with quote

Advertisement

ILL
Joined:
Posts:
5
Location:
Spain

Re: "Error code: 2" in simple PUT

Attached. (private. There is no problem, is it?)

martin wrote:

Please attach a log file from coreFTP.
  • COREFTP.LOG (638 Bytes, Private file)

Reply with quote

ILL
Joined:
Posts:
5
Location:
Spain

Re: "Error code: 2" in simple PUT

Oh! The message "Error code 2 no such file" which is true but because I'm uploading, gave me a reason to prove one thing: if the file exists in the destination, it works the upload! However, this is just a patch, because it is normal that the file upload is not there, of course.

martin wrote:

Please attach a log file from coreFTP.

Reply with quote

ILL
Joined:
Posts:
5
Location:
Spain

Re: "Error code: 2" in simple PUT

Thanks for the reply again.

Already solved the incidence posted. It seemed to be something on the server and, as I think you were suspecting now, seemed to be some about versions, because we resolved with an update to the sftp server.

Greetings.

Sorry for my English.


martin wrote:

Thanks for the log.

Please attach WinSCP session log on Debug 2 level.
https://winscp.net/eng/docs/ui_pref_logging

Next, please try to set Preferred SFTP protocol version to 3.
https://winscp.net/eng/docs/ui_login_sftp
And attach a Debug 2 level log for that too.

Reply with quote

Advertisement

Prasenjit
Guest

WinSCP tries to send a file twice

Can you explain why is the file transfer being attempted the second time when its successful in the first attempt? Please find the log attached. As per transfer script logic the file is removed after the first successful transfer hence the second attempt is unsuccessful as the file is not available

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
38,695
Location:
Prague, Czechia

Re: WinSCP tries to send a file twice

Prasenjit wrote:

Can you explain why is the file transfer being attempted the second time when its successful in the first attempt? Please find the log attached. As per transfer script logic the file is removed after the first successful transfer hence the second attempt is unsuccessful as the file is not available
How's your question related to this thread?
Anyway, I do not see WinSCP retrying anything in the log.
All I can see is that WinSCP was run two times.
If you have additional questions, start your own thread.

Reply with quote

Advertisement

You can post new topics in this forum