Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unchecking upload with temporary filename preference does not take effect #8456

Closed
cyberduck opened this issue Jan 4, 2015 · 3 comments
Closed
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

c779cee created the issue

Newer versions of Cyberduck do something interesting on file upload.
They STOR the file to "filename-hashvalue", then DELE the "filename", the RNFR "filename-hashvalue" and RNTO "file".
(I have not checked any versions between 4.2.1 and 4.5.2 - version 4.5.2+ has the aforementioned behavior)

In version 4.2.1 that was different and IMHO the simple STOR "filename" which is used in 4.2.1 should suffice completely.

I'd understand if this seems to be some kind of failsafe but I'd like to see the original behavior restored or a settings switch where one would be able to switch back to the "old" behavior.


Attachments

@cyberduck
Copy link
Collaborator Author

c779cee commented

Oh - I forgot: The Setting "Upload with temporary filename" (in "Transfers"->General) is not checked. (this seemed to be the switch I was looking for but I don't know what it is for. It does not affect the behavior at all.)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

I cannot reproduce this issue. Unchecking the option will override without delete and rename.

@cyberduck
Copy link
Collaborator Author

c779cee commented

After removing my preferences completely unchecking the switch works as expected now - sorry that I didn't test that beforehand

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug ftp FTP Protocol Implementation worksforme
Projects
None yet
Development

No branches or pull requests

2 participants