1

I am using WinSCP scripting for my backups and i wanted to know how to push one file to the remote server?

I would then like to execute the script, which I know how to do. It's just sending the one file, without using sync that is the problem.

Martin Prikryl
  • 7,756
  • 2
  • 39
  • 73

1 Answers1

3

On the very same page you linked to there is a put command (https://winscp.net/eng/docs/scriptcommand_put). Didn't you even look?

Martin Prikryl
  • 7,756
  • 2
  • 39
  • 73
John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
  • I did but uhh. I feel stupid. I notice call and sync but not that even while looking for an upload option. –  Jul 19 '10 at 19:32