CyberDuck is a filesystem client that provides unified access to FTP, SFTP, WebDAV, Amazon S3, Google Cloud Storage, Windows Azure, Rackspace Cloud Files, and Google Drive accounts.
1
vote
2answers
43 views
How do I use an SSH File Transfer Protocol client (Cyberduck) through two ssh “points”
I am trying to log in to my computer at work through cyberduck.
I can ssh into the computer just fine but I must first SSH into the central system, then ssh from there into my computer.
Is there a ...
1
vote
1answer
403 views
How do I connect to my ec2 instance using Cyberduck with privileges?
I try to login using the ec2-user but for some reason the login fails:
Using the username: ubuntu I am able to login just fine, however, I don't have any privileges and I can't sudo su for the ...
0
votes
1answer
368 views
ad-hoc deployment with xcode 4.5
i want to test my own app on my iphone. I saw a video tutorial in youtube and so i shared my app to my device. But however, it doesnt work. The app is running correctly in the simulator (version ...
0
votes
0answers
33 views
Correct setup of directory in Cyberduck and in general?
I am trying to set up a site, and this is my very first time actually learning html/php/css and trying to set things up.
However, my css files do not seem to be linking and despite chmod’ing all my ...
1
vote
1answer
64 views
New to HTML/PHP - trying to host site on a server, but when I go to link of my site, I get a directory of my own folders?
Yup, so that’s my question.
I am really new to html/php/web programming in general.
I am uploading my files on cyberduck - when I upload the html files, they get converted from code to actual text ...
0
votes
0answers
628 views
Mac Mountain Lion 10.8.2: wont transfer or edit files via ftp, but can create folders and files [closed]
this is really bothering me..
I got macbookpro with Mountain Lion 10.8.2. and cyberduck for ftp (have tried transmitter + filezilla as well) and I am out of knowledge or support :(
When connecting ...
0
votes
1answer
264 views
Public Key Auth not working in CyberDuck
I'm trying to connect to a server via ssh with public key.
When I try ssh command from the terminal everything works fine:
ssh user@server.org
but when I try to connect from cyberduck I get ...
0
votes
1answer
643 views
Cyberduck crashing on my mac [closed]
I've configured Cyberduck to use MacVim as my external editor for editing files however doing the following steps consistently causes Cyberduck to crash:
connect Cyberduck to a server
open a file ...
0
votes
1answer
5k views
Connecting to FTP via VPN
A client has a web server that can only be accessed when on their network.
For example sake, let's say my login details are:
Server: example.com
User: user
password: password
for when I am on their ...
1
vote
1answer
21 views
What is a “Toggle Transcript”?
I'm having trouble downloading files from my client's development server.
They said that one of their connections is working just fine with the exact same FTP credentials.
To help resolve the problem ...
0
votes
1answer
116 views
Cyberduck uploads break node-dev/up/hotnode
I've been using Cyberduck 4.2.1 to connect to my EC2 instance to edit my Node projects. I've used Node-dev to reload my project/server as files are updated, but if I save the files through ...
2
votes
1answer
576 views
Access an S3 bucket created by another user
I'm new both to CloudFront/S3 and to CyberDuck, so please bare with me for a minute.
Here's my scenario: I'm user Marius, and all I want to do is to:
access an S3 bucket created by user Admin,
...
1
vote
1answer
321 views
Unable to log in or write to WebDAV directory
I've configured WebDAV to run on my mac, by including the appropriate config file and throwing a config section in, like so:
Alias /SomeDav "/Users/user/Sites/Thing"
<Directory ...