Help with Script.

Advertisement

vsaga
Guest

Help with Script.

Hello-

I have a csv file that I need to upload to a vendor. Below is the script; can't figure out why the code does not work; vendor says csv file has not been uploaded.

# Automatically abort script on errors
option batch abort
# Disable overwrite confirmations that conflict with the previous
option confirm off
# Connect to SFTP server using a password
open sftp://User:Password@abc.com/
# Upload file
put C:\MyAccess\ss.csv /FTPDATA/User/
# Disconnect
exit


I am using the following batch file to execute the above script.

@echo off
winscp.com /script="c:\MyAccess\MyAccessScriptFile.txt"

Any help would be appreciated!!

Thanks.

Reply with quote

Advertisement

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

Re: Help with Script.

Your code look ok.

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. 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 can mark the attachment as private.

Reply with quote

Advertisement

You can post new topics in this forum