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

Interoperability with Archive (ZIP) feature #8032

Closed
cyberduck opened this issue Jun 17, 2014 · 13 comments
Closed

Interoperability with Archive (ZIP) feature #8032

cyberduck opened this issue Jun 17, 2014 · 13 comments
Assignees
Labels
bug sftp SFTP Protocol Implementation thirdparty Issue caused by third party
Milestone

Comments

@cyberduck
Copy link
Collaborator

e45b239 created the issue

Cyberduck stopped creating zip-archives, a function I've been using for years and never had any trouble with. I did not change settings nor the host. I'm using a sftp (ssh.strato) connection. The menu is not greyed out. It just does not create zip archives. I have no problems downloading folders or performing any other task.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please post the transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you reproduce this issue with the latest snapshot build available?

@cyberduck
Copy link
Collaborator Author

e45b239 commented

I updated to version 4.5 (14801), however, the same problem occurs.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:5 Dirk]:

I updated to version 4.5 (14801), however, the same problem occurs.

Please post the current transcript from the log drawer (⌘-L).

@cyberduck
Copy link
Collaborator Author

e45b239 commented

I added the current log drawer. Please also note that the new version of the programme opens two identical windows when starting the programm.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:7 Dirk]:

I added the current log drawer. Please also note that the new version of the programme opens two identical windows when starting the programm.

zip error: Nothing to do! (try: zip -qr /WordPress_03.zip . -i /WordPress_03)
5 OPENDIR
6 READDIR
7 READDIR
8 CLOSE

@cyberduck
Copy link
Collaborator Author

@dkocher commented

From the zip error output it looks like there is no such folder WordPress_03 in /.

@cyberduck
Copy link
Collaborator Author

e45b239 commented

That's really odd, because there obviously is such a folder. My blog runs on this folder, I can open the folder with Cyberduck, change documents etc. I also downloaded the entire folder with Cyberduck after not being able to create a zip and download the zip.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Can you login to the server using ssh in Terminal.app and enter the same command

zip -qr /WordPress_03.zip.zip WordPress_03

We cannot reproduce this issue on multiple systems with different versions of zip installed.

@cyberduck
Copy link
Collaborator Author

e45b239 commented

When I use Send Command entering

zip -r WordPress_03.zip WordPress_03

a zip file of the folder WordPress_03 is created. When I use Create Archive>WordPress_03.zip no zip of the folder WordPress_03 is created.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The -qoption is just to suppress informational messages and comment prompts. What does zip -v output?

@cyberduck
Copy link
Collaborator Author

e45b239 commented

When entering

zip -v WordPress_03.zip WordPress_03

the result is

  adding: WordPress_03/	(in=0) (out=0) (stored 0%)
total bytes=0, compressed=0 -> 0% savings

When trying a second time:
{{{
updating: WordPress_03/ (in=0) (out=0) (stored 0%)
total bytes=0, compressed=0 -> 0% savings

@cyberduck
Copy link
Collaborator Author

e45b239 commented

In addition to my last comment: After entering the

zip -v WordPress_03.zip WordPress_03

a zip file is created that only contains an empty WordPress_03 folder.

@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 sftp SFTP Protocol Implementation thirdparty Issue caused by third party
Projects
None yet
Development

No branches or pull requests

2 participants