![]() |
how do i browse ftp in safari?
as a graphic artist, i'm regularly posting pdf proofs for my clients.
for years, in ms explorer i'd just navigate to my anon-ftp site, drill down to the directory that had their pdf, right click on the file and copy the url (or directory if there were multiple files). that would let me paste the address right into an email to send them. in safari, a url beginning in ftp:// opens up a finder window or another ftp program if one is supplied. i use transmit as my ftp app. and, its great. but, it will not let me do a simple right click to get the full path. is there a hack to make safari display ftp directories? (FYI-explorer still does the trick in osx. but, i abhor that nastly little app) |
Re: how do i browse ftp in safari?
Quote:
-- Rob |
thanks. guess that'll hafta do. better'n opening up IE ;)
|
ugh
it copies my admin log/pass into the url.
still not as bad as retyping the whole thing. but, still an annoyance. any other suggestions? |
Interested in a script?
Well, an AppleScript script could grab it from the clipboard and place a cleaned up version back on the clipboard. If you have a utility that allows you to assign compiled scripts to keyboard commands, it would be rather painless. Here's a basic script.
Code:
try |
Hmmm, I'm not sure I understand what you want to produce. If I use Fetch as an ftp client, I can navigate to the .pdf file, click-hold-drag the file to my new message window in Mail.app, and it gives me the path.
For example, a message I posted here recently included two .pdf screen shots--grab1.pdf and grab2.pdf. If I select either of these (in Fetch), drag the file to a new-message window in Mail.app, the following appears where the cursor is: <ftp://dhayton:@darwin.cc.nd.edu/www/grab2.pdf> Is that what you are looking for? Best, darin |
thanks
dhayton: that'd work just fine, except when i drag i get <ftp://myusername:mypassword@darwin.c.../www/grab2.pdf> (to use your example)
the final effect i'd like to produce is a link to a file or folder in an anonymous ftp that i can paste in email messages. the problem is transmit includes my user:pass@ in the ftp url. i use transmit now in osx. but, i prefer fetch in 9...i may make the switch to fetch in X. i'd still like to have the path on my clipboard for pasting. but, a drag and drop is pretty painless too (unless i'm on my 12" laptop screen--gotta shuffle the windows around too much) robj: i'll have to try that....even tho launching a script is more of a hassle than the drag and drop method, id still like to mess around with it. ow...adapting hurts ;) [edit] heh...i like how Code:
user/pass |
I can tell you the RBrowser Lite ftp client won't solve your problem. You could try an alternate browser like Camino.
|
Solution!
with mad props to macosxhints forum user Lankhmart i've massaged an applescript into providing me with a solution.
now my workflow is a) mount the anon ftp server on the desktop b) select the files i want to send links to c) switch to mail d) choose the script below from the script menu. the script then formats a new message from me with no subject or recipeint and places the links to the selected files in the body. it works great! one little note: my domain host has a different local path to my user folder than shows up as you would link it. so, i had to put in a find/replace routine in to strip out the extra path info. Code:
on run |
| All times are GMT -5. The time now is 06:09 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.