All Questions
8
questions
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 ...
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
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 ...
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
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....