if you are using get and rm what happens if a file is created in the folder after the get and before the rm?
What do you think? :-)
BTW, the next version will support "get /delete".
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
if you are using get and rm what happens if a file is created in the folder after the get and before the rm?
So you want to download all the files from remote server and delete them afterwards?
Just use get and rm then.
hmmm... but the file names at the remote dir are randomly generated, can get and rm support *.* ?
So you want to download all the files from remote server and delete them afterwards?
Just use get and rm then.