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