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
1
vote
1 answer

Cyberduck CLI Amazon S3 URL

I'm trying to use Cyberduck CLI for uploading/downloading files from Amazon S3 bucket. But I'm unable to formulate the correct S3 url. Below is what I've tried so far for listing the bucket contents. C:\>duck --list…
Gaurav S
  • 999
  • 8
  • 16
1
vote
1 answer

How to use Cyber Duck CLI with a custom end point url

I am trying to use Cyberduck CLI to connect to an S3 compatible S3-compatible CEPH API by UKFast (https://www.ukfast.co.uk/cloud-storage.html). It has the same function as Amazon but uses a different url/ server obviously. The connection is via…
G.S. Shekhawat
  • 339
  • 4
  • 13
1
vote
2 answers

Amazon EC2 and Cyberduck PEM file

I've set up an EC2 instance and can get in via ssh through terminal (I'm on a Mac). I want to be able to get in via cyberduck and sftp, and can with the ec2-user@mydomain.com login but then I don't have sufficient privileges to actually do…
BenUNC
  • 155
  • 1
  • 1
  • 8
1
vote
1 answer

how to prevent losing remote changes when saving file locally after a git pull

I use textmate and cyberduck to edit css files on a remote server. others regularly edit the same files. we all use git for version control. sometimes I have a file open in textmate and I do a git pull which pulls that file with someone elses…
1
vote
2 answers

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 way to allow Cyberduck to ssh into my work computer,…
Robin Newhouse
  • 2,158
  • 2
  • 19
  • 17
1
vote
1 answer

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 and images which are not even displayed properly.…
0
votes
2 answers

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 Cyberduck's Edit command, the server never really reloads…
Alex
  • 535
  • 6
  • 16
0
votes
0 answers

Open remote folder in editor (macOS)

I am using Cyberduck in a MacBook to access a remote server under the SFTP protocol. In Linux, I just right-clicked and clicked "Open with" and, selected my editor of choice. I cannot do the same on Cyberduck. The "Edit with" option seems to work…
0
votes
0 answers

Missing WP-content.php file

I'm working on a wordpress site on which the wordpress core, plugins and theme are all outdated which I think is the reason that certain pictures look out of place and text doesn't look the same as it used to (not sure if this is correct). The…
Thomas
  • 1
0
votes
0 answers

Is there a way I can provide data to stakeholders from DB, about latest data points without manual export

I want to export data from mongodb automatically, and upload to S3 Bucket, and create a pre-signed url to then send to stakeholders. In my production project, the clients wants weekly updates on DB. I am ssh tunnelling into a server, then connecting…
0
votes
1 answer

Cyberduck Client & S3: signature calculated does not match the signature provided

Situation: S3 Bucket named BucketDataDeliveries IAM User: the_deliverer Tool: Cyberduck I created a new user named the_deliverer. I am trying to connect to the bucket using cyberduck client but when start the connection appears the message: The…
calejero
  • 424
  • 1
  • 5
  • 15
0
votes
1 answer

im trying to use hashcat on a hash from hackthebox with rule and i get the output of Exhausted every time

The hash is an SHA1 hash that i need to append 2020 to the end of each password: The rule.txt file input is: "$2 $0 $2 $0" The command: hashcat -a 0 -m 100 hash.txt /opt/useful/SecLists/Passwords/Leaked-Databases/rockyou.txt -r rule.txt The…
0
votes
1 answer

How can i bypass the firewal/ids/ips to get port 50000 tcp version?

Im a cyber student and im doing CTF. Im working on my nmap skills and i got to a question that requiers me to find the version of tcpwrapped port that is secured by firewall/ids/ips. i tried using -sV and it didnt helped me.
0
votes
2 answers

Possible to access an AWS public dataset using Cyberduck?

Cyberduck version: Version 7.9.2 Cyberduck is designed to access non-public AWS buckets. It asks for: Server Port Access Key ID Secret Access Key The Registry of Open Data on AWS provides this information for an open dataset (using the example at…
relizt
  • 375
  • 2
  • 11
0
votes
0 answers

Access to S3 differ among different clients (CyberDuck vs ExpanDrive)

I have an s3 bucket with two folders (folder1 & folder2), I want all IAM users to access folder1 but only admins to access folder2. So what I did is: For admins: I added them to a group with s3 full access policy. For other users: I added them to…