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

Merging files in cyberduck while sending to server

On the server I need to upgrade the existing MODX installation so leave my folders and files intact while updating only those which are necessary. This is the message that was in the upgrade instructs: "Do Not Overwrite Directories! Make sure your…
JaneVi
  • 199
  • 1
  • 16
2
votes
0 answers

Manually installing wordpress on Godaddy, system cannot find the path specified

I am manually installing wordpress on a client's godaddy account. The client has requested I do not install it in the root folder, so it is has been uploaded via cyberduck in it's original wordpress folder. I created a MySQL database and changed the…
2
votes
1 answer

I can FTP with my Browser and Cyberduck but not Filezilla

I have seen different topics with variations on this question but so far I was not able to resolve the problem. I am able to FTP via Firefox, Safari and Cyberduck but when attempting the same with FileZilla I get the following error: Status:…
HGB
  • 2,157
  • 8
  • 43
  • 74
1
vote
1 answer

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 they asked me to give them "Toggle…
Keysle
  • 67
  • 8
1
vote
0 answers

Fail reading files from cyberduck when publishing website

I have got domain name, got webhotel. The next i am trying to do is publishing my website, that i have build in Rider IDE, .net core. When i am doing this, the only thing that show on my the website(internet) is the files from my Rider…
danlon
  • 11
  • 3
1
vote
1 answer

AWS S3 and Cyberduck and MFA

We have a policy in place for our users to limit them access to AWS without having MFA enabled on their account. So currently everyone is forced to enable MFA on their account and use that whenever they login to AWS and need to access anything. This…
Mo Baqeri
  • 333
  • 2
  • 16
1
vote
0 answers

cyberduck sum-up column value laravel/excel

Currently I can get the data inside of specific sheet in my excel file. $excel = Importer::make('Excel'); $excel->hasHeader(true); $excel->load($savePath.$fileName); $excel->setSheet(6); $collection =…
Pablo
  • 1,357
  • 1
  • 11
  • 40
1
vote
1 answer

Get specific cell values of Excel file in Laravel/Cyber-duck excel

Currently, I can get the data coming from excel file with this format. This is my working code. $validator = Validator::make( [ 'file' => $request->file, 'extension' =>…
Pablo
  • 1,357
  • 1
  • 11
  • 40
1
vote
0 answers

Format for connecting to rackspace via CyberDuck CLI

I'm struggling to get a simple test of the cyberduck cli working from my computer to rackspace. Looking at the how-to (https://trac.cyberduck.io/wiki/help/en/howto/cli) it shows this as the format: rackspace:///. The test I am doing…
Andy Stampor
  • 688
  • 2
  • 9
  • 24
1
vote
1 answer

Setting cache Expires header to S3 files with Cyberduck

I would like to add Expires header to my images files stored in S3. I have just found out Cyberduck that easily add metadata. However, I would like to add Expires like 1 month after the request (like I do with static files in my webserver with…
Rober
  • 5,868
  • 17
  • 58
  • 110
1
vote
0 answers

Hiding Buckets in Google Cloud Storage

We've just moved files off of a 10 year old FTP server and are now using Google Cloud Storage for our company's files. This was setup to use the web-hosting feature of GCS, and the access logging capability was also enabled. The access logs are…
Randy L
  • 14,384
  • 14
  • 44
  • 73
1
vote
2 answers

How do I upload files to Object Storage on Bluemix using Cyberduck or ExpanDrive?

I'm on a mac and struggling to upload large files to Bluemix's Object Storage. My credentials don't look like what is in this tutorial: { "auth_url": "https://identity.open.softlayer.com", "project": "object_storage_xxxxxxxx", "projectId":…
Ross Lewis
  • 755
  • 2
  • 7
  • 17
1
vote
1 answer

how do I search for specific text within a large group of documents?

A coder worked on our site and likely wrote some javscript that includes the variable "source_id" -- I'm trying to find where that code lives on our wordpress install / server. We are on wpengine. I remember being able to search WITHIN a large group…
user737408
  • 55
  • 1
  • 7
1
vote
1 answer

How do i pass long file names to the Cyberduck CLI in windows?

I am trying to upload a file using Windows 7 and the Cyberduck CLI. duck --upload "b2://api.backblace.com/Account/FileName, with a comma and a space.txt" "FileName, with a comma and a space.txt" --username XXXXX --password XXXXX Yields: File not…
Progone
  • 236
  • 1
  • 5
1
vote
1 answer

Unable to move or rename file via WebDAV

I have a Apache (2.4.7) WebDAV service on port 443 (on Ubuntu). Neither moving nor renaming a file via WebDav is possible. Trying to rename a file in Cyberduck for example, yields a "Bad Gateway" error message. I know that there are issues with the…