Post a reply

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

Anonymous wrote:

The Problem for me (and as i understand for the others, too) is that if you transfer a whole directory of files "get -delete" first tries to download every single file and only after success deletes all of them.

That's only true for SCP protocol, as that one is very specific. For other protocols, it deletes each file right after it is downloaded.
Guest

The Problem for me (and as i understand for the others, too) is that if you transfer a whole directory of files "get -delete" first tries to download every single file and only after success deletes all of them.

If you try to transfer thousands of files over an unreliable connection each problem causes the job to start from scratch.

What ist does:
transfer file.001
transfer file.002
...
transfer file.999
delete file.001
delete file.002
...
delete file.999


What would help:

transfer file.001
delete file.001
transfer file.002
delete file.002
...
transfer file.999
delete file.999

[/quote]
martin

gry wrote:

I don't know what's difficult to understand in the line you quoted. It explains the required flow rather clearly. The task involves "mget *.ext", with deleting file on server after it's successfully retrieved, one by one. I appear to also need a tool that accomplishes such task.

But what he asks for it exactly what get -delete does.
As he asked for "change the delete order" it seems that he looks for a different operation ordering.
gry

I don't know what's difficult to understand in the line you quoted. It explains the required flow rather clearly. The task involves "mget *.ext", with deleting file on server after it's successfully retrieved, one by one. I appear to also need a tool that accomplishes such task.
martin

Re: Delete Order

cutietheduck wrote:

I have searched for an area to change the delete order on a connection. Is it possible to delete as we download? For instance, if 20 files reside on a server, can we get a file, delete a file, get a file, delete a file?

Sorry, I do not understand. Can you try again with more details please?
cutietheduck

Delete Order

I have searched for an area to change the delete order on a connection. Is it possible to delete as we download? For instance, if 20 files reside on a server, can we get a file, delete a file, get a file, delete a file?
koheleth

Thanks, will look at the docs, guess I rely too much on point & click.
koheleth

Auto download and delete.

Probably been asked for but to be able to auto connect and download files like backups and then delete off server would certainly make me open my wallet and make a healthy donation. Seems auto ftp manager have the monopoly at the moment. Would rather buy or donate here. Thanks for WinSCP.