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

Download file via AppleScript and sftp does not work #2244

Closed
cyberduck opened this issue Jun 25, 2008 · 1 comment
Closed

Download file via AppleScript and sftp does not work #2244

cyberduck opened this issue Jun 25, 2008 · 1 comment
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

anonymous created the issue

I'm using:

CyberDuck Version 3.0.1 (3999)
Mac OS X 10.5.3 (Intel)
MacBook Pro 2.16 Ghz Intel Core Duo

I modified the sample download script to connect to a server using the sftp protocol on a specific port (in this case 2210) and then switched to a particular folder on the server. The only two lines I modified were the following:

connect to "mirror.switch.ch" with protocol "ftp" as user "anonymous" with initial folder "/mirror/"
change folder to "apache/dist/spamassassin/source"

With the modifications, the connection to the sftp server and change folder actions work as expected. However, "download item theFile" results in the following error:


The last action could not be completed due to the following error:

SSH Error: Listing directory failed
/path_to_folder/file_to_download.jpg

A reference was made to a file which does not exist.

For some reason, it appears that Cyberduck is attempting a list directory action on the file to download, rather than downloading it.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 20d6134.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants