Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

martin

Re: Sorry !

Cyprien wrote:

I'm confuse... Thank you for the answer !! :oops:

I'm confused :-) Do you need anything more, or was my answer enough?
Cyprien

Sorry !

I'm confuse... Thank you for the answer !! :oops:
martin

Re: Problem with keepuptodate command line...

Cyprien wrote:

And it stops forever at this line... :(

Yes, that's what it should do :-) Please read documentation. Maybe you wanted to use "synchronize" instead.
Cyprien

Problem with keepuptodate command line...

Hello,
I use winscp 3.7.6
i've write a small script :

option batch on
option confirm off
open root:admin@192.168.0.1:222
cd /root
option transfer automatic
option
keepuptodate c:\cynet /root/cynet
close
exit


When i run it with the command line :
winscp3 /console /script=cynet.txt
I get :

C:\Program Files\WinSCP3>winscp3 /console /script=cynet.txt
batch on
confirm off
Initialisation...
Searching for host...
Connecting to host...
Authenticating...
Using username "root".
Authenticated.
Starting the session...
Reading remote directory...
Session started.
Active session: [1] root@192.168.0.1
/root
transfer automatic
batch on
confirm off
transfer automatic
synchdelete on
Watching for changes, press Ctrl-C to abort...
Scanning 'c:\cynet' for subdirectories...
Watching for changes in 3 directories...

And it stops forever at this line... :(
Thanx for your help...