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: Scripting problem

There's no 'mv' command. You need to upload files and then remove them.
trasumaka

Scripting problem

Hi there

This is surely a silly question but I don't get it to work.
I have created a session where local and remote directory are set.
I would like to move all folders of my local direcorty to the remote one.
I tryed a script like this :

option batch on
option confirm off
open ged@192.168.69.50
option transfert binary
mv *.* .
close
exit


But this is not ok. Can anybody give me a hint how to do it ?

Thanks in adavance
Trasumaka