Trying put file on sftp

Advertisement

pradeep
Joined:
Posts:
1
Location:
new user

Trying put file on sftp

hello all,

i am new on this any one know script to put file on secure ftp below is the script i am useing i am getting error please help i kept this script in one file i am passing this to winscp.com


option batch abort
option confirm off
open user@999.99.999.99
put C:\test.text /input/user
close
exit


i am getting below error


error changeing directory to '/console/'
no such file or directory.
error code:2
error messagefrom server:no such file
request code:7

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Trying put file on sftp

Please post a full log file showing the problem.

To generate log file, enable logging, log in to your server and do the operation and only the operation that causes the error. For posting extensive logs you may use pastebin or similar application. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.

Reply with quote

Roja
Guest

Trying put file on sftp

Pradeep,


Try by using put C:\test.text /input/user/

instead of the below

put C:\test.text /input/user

Reply with quote

Advertisement

You can post new topics in this forum