Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

jmjones8

Upload to remote drive problem

Hello
I am new to WinSCP and Scheduled Tasks. I have followed the guides to automating a file upload, but it is not working for some reason and I am not at all sure why. I am using WinSCP version 5.5.1.3970 on Windows 2003 Server.

In the Scheduled Tasks' run box I have:
"C:\Program Files\WinSCP\WinSCP.exe" /command "option batch abort" "option confirm off" "open sftp://seaice@gina.alaska.edu/" "put C:\Documents and Settings\seaice\Desktop /mnt/incoming/massbalance-uaf-barrow-seaice-source/" "exit"

And in the Start In box I have:
"C:\Program Files\WinSCP"

I have put /console into the run box as well, and in the console that shows up when the task is ran, it appears that the connection is made but no file is transfered. The file already exists on the destination drive, although I've manually uploaded this file and turned off the pop up box asking whether to overwrite (which I do overwrite). So I am at a loss as to what the issue is. Thanks in advance for any help or suggestions.