Sync local folder and ftp

Advertisement

Ljusto_struhar
Guest

Sync local folder and ftp

Dear,

I want to create script who will do this:

-move files from folder C:/out to ftp://x.x.x.x/input
-move files from ftp://x.x.x.x/output to c:/in

Please help!

thanks a lot

Best regards,

Reply with quote

Advertisement

Ljusto_struhar
Guest

re

This command

/command "option batch abort" "option confirm off" "open sftp://use:pwd@1xx.xx.xx.xx/input/" "put c:\out" "exit"

not move, just copy. I need to files be moved.

Reply with quote

Ljusto_struhar
Guest

Re: re

Dear,

Thank you for reply.

With this command, hole folder c:\out is moved to ftp://xx/input
so I have folder OUT in input.

I just need to move all files form out to input.

Reply with quote

Ljusto_struhar
Guest

Re: re

Dear,

I found solution for last post.
just put *, c:\out\*

How I can sync inversely. To move files form ftp://xx/output to C:/input

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum