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: delete files from source directory after download

I used -delete to the get command, but why deleted file move to my local directory not to rubbish bin.

Do you want to only delete the files, without downloading them? Then don't use get, but rm:
rm /data/backup/*20210302
Guest

Re: delete files from source directory after download

I used -delete to the get command, but why deleted file move to my local directory not to rubbish bin. Help me please, my command like:
get -delete /data/backup/*20210302

*batch script.
Guest

Re: delete files from source directory after download

it worked,
thanks a lot!
noade-haan

Re: delete files from source directory after download

Yes, I'm using a batch file, attached.
martin

Re: delete files from source directory after download

Use "Files > Download and Delete" command.

Or are you using scripting or any other kind of automation?
noade-haan

delete files from source directory after download

hi

is there a way to delete files from the original directory after download?
I need to make sure those files will not be downloaded again to my local directory.

thanks,