Questions tagged [cyberduck]

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.

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. It is free/libre software, supports many languages, and attempts to be a native OS citizen in both its Mac OS X and Windows incarnations by integrating with the OS and using native APIs.

79 questions
14
votes
1 answer

Connect AWS - Cyberduck

I am trying to create a connection to my AWS server through my Cyberduck. I created new instance (new key pair, new pemfile). But every time I try to connect it will ask password, which I don't have any. I use my .pem to connect, but have no luck.…
Chel
  • 143
  • 1
  • 1
  • 5
9
votes
2 answers

Amazon S3 GUI client for OS X that allow AWS STS assume role

In our AWS infrastructure, we are using AWS Organisations, a way to centralize the user accounts and let them assume a role in other AWS accounts of our company. This allows us to isolate each environment and at the same time allow to have just one…
8
votes
3 answers

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 company's internet. I use either Cyberduck or…
user1319580
  • 165
  • 1
  • 2
  • 10
6
votes
2 answers

File not found error when using cyberduck CLI for OneDrive

I want to upload encrypted backups on OneDrive using cyberduck to avoid local copys. Having a local file called file.txt I want to upload in folder Backups from OneDrive root, I used this command: duck --username --password
Lion
  • 16,606
  • 23
  • 86
  • 148
4
votes
2 answers

Access an S3 bucket created by another user

Here's my scenario: I'm user Marius, and all I want to do is to: access an S3 bucket created by user Admin, upload some images there, access them, via CloudFront, later on. Here's a summary of my attempts so far: User Admin, using the AWS…
Marius Butuc
  • 17,781
  • 22
  • 77
  • 111
4
votes
1 answer

Atmos - Cyberduck

If you like to use the S3 with the popular Cyberduck app, from Swisscom Application Cloud you have to use a custom connection profile with AWS2. You can find this profile here for download Authentication with signature version AWS2 Incomplete…
4
votes
1 answer

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 privileges to write to my files. I tried using the…
j will
  • 3,747
  • 11
  • 41
  • 64
3
votes
1 answer

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 "connection refused" Those are my values: server:…
slwr
  • 1,105
  • 6
  • 16
  • 35
2
votes
1 answer

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" Dav On Order Allow,Deny Allow from…
blueberryfields
  • 45,910
  • 28
  • 89
  • 168
2
votes
1 answer

cyberduck connecting with profile

I have two AWS accounts, Account A, Account B On Account B there is IAM Role with trust relationship to account A and S3FullAccess policy. On Account A I have IAM user configured with access key and secret key, this IAM user has policy with assume…
2
votes
1 answer

EOF while reading packet

I am trying to connect via SFTP to my DigitalOcean VPS using username/password authentication, but cyberduck gives me the following error when doing so: Interoperability failure EOF while reading packet. Please contact your web hosting service…
Devxln
  • 556
  • 6
  • 18
2
votes
2 answers

Accessing S3 bucket from script, without reconfiguring the AWS CLI

When I want to access my S3 bucket using boto3, I simply do this: import boto3 s3_client = boto3.client('s3') response = s3_client.list_objects_v2( Bucket='[bucket name]', Prefix='[prefix]' ) But what if I need to access another S3 bucket…
slick2019
  • 51
  • 2
  • 7
2
votes
0 answers

How to set CORS Access-Control-Allow-Origin on Wasabi

I need a fairly simple method to make a bucket in Wasabi (uses much of AWS S3 api) have the following header: Access-Control-Allow-Origin: * I do not want to install the AWS A3 API and am using CyberDuck and S3 Browser for Windows. S3 Browser has…
Tim
  • 31
  • 4
2
votes
1 answer

php shell_exec($cmd) do not run in a cronjob

sorry for that (I believe) poor question, but google and other articles in this forum can't help me... I'll run the a php script with following code in it: $cmd="duck -u user_name -p pwd -parallel 1 -e overwrite -y --throttle 1024 --upload path…
MPe
  • 430
  • 6
  • 23
2
votes
4 answers

Cyberduck Error "Login Failed"

Exhausted available authentication methods. Please contact your web hosting service provider for assistance. I continue to receive this error on Cyberduck. I was able to log into the account when I first downloaded Cyberduck. When I was finished…
Janie Lee
  • 29
  • 1
  • 1
  • 6
1
2 3 4 5 6