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

Wiwa

But what is command to run WinSCP first?
Can I get some basic example script:
- open or run WinSCP ?
- open ftp
- keepuptodate
- ...

Then I would insert this script in scheluder (run each 5 minutes)
Wiwa

Like this...

open ftp://user:pass@ftpserver
keepuptodate C:\myfolder\myfile.txt
exit


But what is command to run WinSCP ?
Wiwa

Keeping remote directory up to date ....

I have one file and must upload this file to FTP server. This file (file name is always the same) was changing (only content) every 5 minutes. I was try this feauters - Keeping remote directory up to date. And it is working fine... but when close the program and open again they won't automaticly started this options. Any idea ?