Search Mac Software Downloads
|
  Main     Dashboard     Cyberduck Upload  

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

 

The opinions expressed in the reviews are not necessarily those of MacUpdate.
MacUpdate waives any legal binding related to the comments and opinions expressed in the reviews.
Please contact MacUpdate politely if you wish for a comment to be reviewed by MacUpdate for removal.