Search Mac Software Downloads
|
DESCRIPTION
Cyberduck Upload widget offers an easy way to quickly upload items to your favorite FTP or SFTP server using Cyberduck. Open a Cyberduck widget on your Dashboard and flip it to configure it with the details of your server. Either choose a server from your Cyberduck bookmarks dropdown list or type server, username and path by hand.

Then, select a file from the Desktop, a Finder window, your iPhoto library etc. While you're dragging the file, show Dashboard by hitting the hotkey or dragging the file into your hot corner. Drop the file on the Cyberduck widget and that's it! Your file will be uploaded.

You can keep several Cyberduck widgets open, each one configured for a different server. Requires an installed copy of Cyberduck.

REQUIREMENTS
Mac OS X 10.4 or later, Cyberduck.


SCREENSHOT

Developer:Claudio Procida
Downloads:4,135
  - Version d/l:1,230
Dashboard:App Enhancer
License:Free
Date:15 Feb 2008
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
Suggest something else:
Cyberduck Upload User Reviews (2 posts)Write A Review
sort: smiles | time
Mar 6 2006

JAHWARRIOR  Sweet widget.

However it would be good if it didnt open up cyberduck to connect and upload. At the moment its just as quick to open the program.

If you can make it so you drag the file to the widget and its connect, uploads and disconnects with out any other programs open then sweet.

Thats just my 2 cents  
(Version 0.1)

praisebury
0
[ Reply ]
Mar 5 2006

NEO979  @Developer: Presuming you're doing this with AppleScript, you could remove the dependence on CyberDuck with something like

do shell script "ftp -i -u ftp://" & userName & ":" & password & "@" & ftpSiteName & POSIX path of myFileAlias" as string

-where userName and password are variables you define for the FTP server's login, ftpSiteName is something like "ftp.apple.com/" (MUST end in slash, or add & "/" to the code), and myFileAlias is an alias to the file you want to upload.  
(Version 0.1)

praisebury
0
[ 4 Replies - Reply ]
Replies:
Mar 5 2006

NEO979  Whoops, sorry, two corrections:

-put a space before the POSIX path in the script

-actually, the server name ending in slash is not required, though it doesn't hurt anything either.  
(Version 0.1)

praisebury
0
Mar 5 2006

AGLZEN  Umm, you do know the developer is the *author* of cyberduck, right?

Dev: Thanks for the great widget!  
(Version 0.1)

praisebury
0
Mar 5 2006

NEO979  Oh sorry.

I'm actually a CyberDuck user, and I really like it. It's just that normally it is preferable to remove dependencies on products not everyone has in favor of products that everyone does have. I can see how it would be different for the developer, though.  
(Version 0.1)

praisebury
0
Mar 6 2006

EMERALDION  No need to excuse ;) The widget is a simple app-enhancer for those who already use the mainstream application and presumably have it already open.  
(Version 0.1)

praisebury
0