Put URL - getting files from a remote computer

Phil Davis phildavis at attbi.com
Fri Oct 11 14:14:01 EDT 2002


If you're relying on an FTP server to return the file to you, it seems like the request should include info about the kind of service needed from the Mac. In other words, instead of this:

> put url  
> (file:username:password at address/hardDrive/users/myAccount/filePath/ 
> fileName) into fld "X"

Try this:

> put url  
> (ftp://username:password@address/hardDrive/users/myAccount/filePath/ 
> fileName) into fld "X"

I haven't tested it - just guessing.

Phil


----- Original Message ----- 
From: "Gregory Lypny" <gregory.lypny at videotron.ca>
To: <metacard at lists.runrev.com>
Sent: Friday, October 11, 2002 5:28 AM
Subject: Put URL - getting files from a remote computer


> Hi Everyone,
> 
> Is there a way to use Put URL to get a file from a remote Mac (OS X)  
> that has FTP access turned on?  I've tried
> 
> put url  
> (file:username:password at address/hardDrive/users/myAccount/filePath/ 
> fileName) into fld "X"
> 
> but perhaps I have the syntax wrong.
> 
> Greg
> 
> Gregory Lypny
> Concordia University
> ___________________
> "Better for us if you don't understand."
> The Tragically Hip
> 
> http://pareto.concordia.ca
> 
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard




More information about the metacard mailing list