How to write this script
I have two dirs on the ftp:
/
/abc/
I want to move all files from abc to the root, but I don't know the files' name in /abc/ and how many files in it.
It's like the Dos command:
move /abc/*.* /
Is it possible to write a Custom Commands to do that job?
Thanks a lot!
|