Copy a file from a Windows command line
winscp.com root:password@10.0.0.15 /synchronize d:/esxupdates/updates /home/scripts/updates
winscp.com root:password@10.0.0.15 /synchronize d:/esxupdates/updates /home/scripts/updates /defaults
/upload
would work for my purpose, then that would be even better. I can copy the file by opening up a connection with the Linux server and then entering in the commands, but I would like one command-line statement to do this so I can put it into a VB program.
Thanks!