Questions tagged [cyberduck]
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows.
23
questions
26
votes
5
answers
66k
views
How to copy Cyberduck bookmarks to another MacBook?
Got a new MacBook, how can I copy Cyberduck bookmarks from my old MacBook?
20
votes
3
answers
221k
views
How do I connect to SFTP with provided SSH Key?
I was redirected to this StackExchange, it is my first time here. The extent of experience I have with SSH keys begins and ends with the one time I setup the ability to push code to GitHub.
I need to ...
7
votes
0
answers
17k
views
Can't connect to S3 using cyberduck
I'm trying to connect to my S3 bucket using cyberduck.
I select S3 from the dropdown.
Input into server name: {bucket-name}.s3.amazonaws.com
Access key ID and Secret Access Key into the next two ...
6
votes
1
answer
12k
views
Why can't I connect to my Amazon S3 storage with two of my three clients?
I use Transmit, Cyberduck, and Espresso, all of which support connecting to Amazon S3. But for some reason, I can only connect to my S3 storage successfully in Transmit; Cyberduck and Espresso both ...
4
votes
1
answer
4k
views
How to remember an FTP account in Cyberduck Mac FTP Client?
I had a hard time to enter all the credentials to log in to my FTP account. After closing the app, Cyberduck doesn't offer me these credentials anymore. Even though I checked that the password shall ...
4
votes
3
answers
4k
views
Is there a way to combine multiple TextMate windows?
After files have already been opened in separate windows, is there a way to combine them in TextMate 1.5.9? Or, is there a way to get CyberDuck to open group files edited at the same time as TextMate ...
4
votes
2
answers
3k
views
Creating Symbolic Links in Cyberduck?
With SFTP, Cyberduck supports creating a symlink by right clicking a file or folder, and selecting create symlink. This then creates a symlink in the same folder as the file/folder you're linking to. ...
3
votes
1
answer
5k
views
Cyberduck limits itself to 5 connections with "Maximum allowed connections exceeded"
I'm uploading multiple files to SWIFT (Softlayer ObjectStorage) using CyberDuck. Cyberduck limits itself to 5 active uploads at a time and queues the rest.
The other uploads are listed as "Maximum ...
3
votes
2
answers
2k
views
Cyberduck Connection Fails/Timeout
How would I go about changing either my SSH config or Cyberduck configuration to enable SFTP connections from my local machine to connect through a proxy server and then connect to my destination ...
2
votes
1
answer
3k
views
Connect to FTP via VPN
I work from home and need to connect to an ftp server. The ftp server has my work IP whitelisted and cannot connect from home. I set up a VPN, with Smart VPN (OSx) and made the connection to the ...
2
votes
1
answer
9k
views
FTP Error: Upload failed 500 I won't open a connection to
I am trying to use cyber duck to connect to my FTP server. I have been able to upload files just fine until I try to use hotel wifi. I am able to connect to the server, view all the file listings but ...
2
votes
2
answers
13k
views
How to Retrieve a Saved Password from Cyberduck bookmark?
I'm able to access the host server via the Cyberduck bookmark. However, is there a way to retrieve the saved password in this case?
This seems to suggest there is a thing called keychain, but where do ...
1
vote
1
answer
4k
views
s3 file access denied for large files using cyberduck
When I use a custom policy below, I get the following error when uploading large files (1G and over) using cyberduck
file access denied. please contact your web hosting service provider
for ...
1
vote
1
answer
3k
views
View file tree in Sublime when using Cyberduck
I use Cyberduck to open remote files and edit them via Sublime on my local machine.
I want to be able to see the file tree of the remote system in the Sublime Text side bar. I've tried a few things ...
1
vote
1
answer
3k
views
How to retrieve saved password from cyberduck in windows
I forgot my admin password for my netgear readynas and did not setup password recovery when I installed. We have a whole lots of data in the server and I am a bit scare to do the hard reset. I have ...
1
vote
1
answer
589
views
Edit files from Cyberduck in an existing Vim window
I use Cyberduck as my go to FTP client on Windows. I have but one complaint, and that is whenever I click the edit button to edit the remote file with a local version of gVim, it opens in a new window/...
1
vote
0
answers
2k
views
FTP directory listing fails in Cyberduck and FileZilla, but works on commandline
I'm trying to connect to an FTP server (running FileZilla 0.9.56b on Windows 7) using my Mac (running OS X 10.10). The server is directly connected to the Internet and configured to let the passive ...
1
vote
1
answer
2k
views
SFTP cannot rename files but FTP is OK
I have enabled both SFTP and FTP on my Synology NAS. Using CyberDuck, both SFTP or FTP can create or delete a text file in a shared folder.
However, there is an error when I try to rename the ABC....
1
vote
0
answers
2k
views
SCP and SSH connect, but FileZilla and CyberDuck can't
I'm on a Mac. I'm trying to connect to a remote Ubuntu server.
I can successfully connect to it using ssh and scp commands in the shell. For example:
$ scp -i ~/Projects/keys/foo.pem foo_config.ini ...
1
vote
1
answer
356
views
Directory Listing error ONLY in port 22 (SFPT)
I suddenly get this error using SFTP:
Status: Connecting to 64.207.146.82...
Response: fzSftp started
Command: open "[email protected]" 22
Command: Pass: *********
Status: Connected to 64....
0
votes
3
answers
4k
views
Why does deleting a directory take so long on SFTP?
One of my WordPress installs has been migrated recently and I'm trying to delete the directory of the old one but it's taken over 15 minutes to delete. It looks like it's deleting each individual file....
0
votes
1
answer
181
views
Cyberduck sync bookmarks with Google Drive failing
I'm trying to overwrite the default folder from cyberduck to store my bookmarks in a google drive folder. I found this question on cyberduck self: https://trac.cyberduck.io/ticket/6377#comment:4
With ...
0
votes
1
answer
3k
views
SSH into EC2 instance: Operation timed out
I'm trying to ssh into my ec2 instance in order to deploy my MEAN-stack app but no matter what I'm receiving a timeout error. I've tried so many solutions that were posted in other StackExchange ...