- martin
Post a reply
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
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.
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.
- martin
Re: re
Add
See https://winscp.net/eng/docs/scriptcommand_put
-delete
switch:
/command "option batch abort" "option confirm off" "open sftp://use:pwd@1xx.xx.xx.xx/input/" "put -delete c:\out" "exit"
See https://winscp.net/eng/docs/scriptcommand_put
- 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.
/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,
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,