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
0
votes
1 answer

How to use Cyberduck Credentials to Access WebDAV with Python

I've never used WebDav before, but I downloaded Cyberduck and used it to connect to an internal work drive and download an entire directory to my desktop. However, for reasons I can't yet identify, I run into random errors where some files don't…
Hofbr
  • 868
  • 9
  • 31
0
votes
1 answer

Box\Spout\Common\Exception\IOException: Could not open C:\xampp\htdocs\projectname\public\uploads/ for reading! in C:\

I am getting an exception while implementing a queue (Jobs) for reading data & store in the database from an excel sheet (cyber-duck/laravel-excel package), the file is already stored in my computer. An Exception is as…
ashish patel
  • 169
  • 1
  • 6
0
votes
0 answers

Can't connect to Native messaging host

Here are my files: manifest.json { "manifest_version": 2, "name": "Open Cyberduck", "description": "This extension will open apps", "version": "1.0", "browser_action": { "default_icon": "icon.png", …
Sumant Agnihotri
  • 510
  • 2
  • 14
0
votes
1 answer

Keystone v3 on OVH

I am curreny using cyberduck for the storage cloud of ovh. However, I received an email from OVH to inform me that I have to move from keystone v2.0 to keystone v3 before 24/03/2020. I have tried a lot of combination but I haven't managed to…
Florian
  • 21
  • 1
0
votes
1 answer

How can I enable SSE-S3 (AES-256) encryption in cyberduck CLI?

I am attempting to use cyberduck CLI to transfer files to an Amazon S3 bucket which requires AES-256 server side encryption for uploads. While I can find the setting for this in the cyberduck GUI I can't seem to find any method of enabling upload…
Vargr
  • 1
  • 1
0
votes
1 answer

Validate array if already exists in mysql php laravel

Currently I have set of array. and I can easily insert these data to my database using Laravel without doing any validations here's the sample array CODE: $excel1 = Importer::make('Excel'); $excel1->hasHeader(true); …
Pablo
  • 1,357
  • 1
  • 11
  • 40
0
votes
1 answer

Insert data from excel (xlsm,xls) in laravel (cyber-duck)

Currently I can get the json data from my excel file with format like this sample.xlsx $excel = Importer::make('Excel'); $excel->hasHeader(true); $excel->load($savePath.$fileName); $collection = $excel->getCollection(); …
Pablo
  • 1,357
  • 1
  • 11
  • 40
0
votes
1 answer

Cyberduck CLI - How to prevent duck asking for authorization when uploading to dropbox

I've been experimenting with using Duck CLI to upload files to Dropbox in Windows 10 64-bit. If I submit a request like: call duck --assumeyes --username abcd --password 1234 --upload "dropbox:/Test Folder" "Test.txt" then it prompts me for the…
rossmcm
  • 5,493
  • 10
  • 55
  • 118
0
votes
1 answer

How do I remove operations tracking in Cyberduck

I don't know how but somehow this window displays the operations for each file. It's the bottom window. I've tried to find out what caused it. I've looked through all the preferences and settings. I tried googling to the best of my ability. I have…
C. Smith
  • 172
  • 1
  • 4
  • 16
0
votes
1 answer

Amazon S3. Strange bucket behavior, slow response with curl

I have got Amazon S3 bucket with some strange behavior. When a to a request similar to GET /?delimiter=%2F&marker=&max-keys=1000&prefix= to get contents or a "root" folder of a bucket, i am getting success headers back, but a response body is…
Roman Gelembjuk
  • 1,797
  • 2
  • 25
  • 50
0
votes
2 answers

Cyberduck requesting password to ssh into ec2 instance

I am using cyberduck to login to an EC2 instance. I do not have a password, only a valid .pem key file. My intuition is that Cyberduck does not recognize my .pem file and is therefore requesting a password. How can I troubleshoot this issue?
0
votes
1 answer

synchronize vs upload (for backing up to a webdav server)

I want to back up a large directory (100+ G, thousands++ of files) to an external server using a WebDAV upload (I used to use rsync for this in the past, but the WebDAV host recommends the duck CLI tool. I'm currently using duck with the --existing…
Ben
  • 843
  • 8
  • 21
0
votes
0 answers

Cyberduck shows all word documents as .url files in google drive

I was able to download and install the Cyberduck software. I can see the files listed after connecting to google drive using the cyberduck (cyberduck.io), but all my word documents are listed as .url files Any idea why this is so? I want to download…
0
votes
1 answer

duck (CyberDuck CLI) with google drive

I'm trying to get the Cyberduck CLI (duck.sh) to work interfacing with a google drive (not "Google Cloud Storage") and I'm having problems getting the oAuth authorization to work. I found this thread but it's out of date - as the newer versions of…
ljwobker
  • 832
  • 2
  • 10
  • 20
0
votes
1 answer

Screen goes white when setting home display to static on server site (Wordpress)

:) I have made a Wordpress site, which I have migrated from local to a server. I have created a one pager with images in the bottom that links to the different post of my site. I have used the plugin Advanced custom fields in order to make my site…
Maria
  • 43
  • 1
  • 10