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

Ljusto_struhar

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
Ljusto_struhar

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.
Ljusto_struhar

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.
Ljusto_struhar

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,