Thank you VERY much Richard.  I love examples!

On Wednesday, July 24, 2002, at 01:14 AM, Richard Gaskin wrote:

> Simon Lord wrote:
>
>> I have a great script that allows MetaCard to download a file
>> from my server.  Now I need one to upload a file to the server.
>> Does anyone have a stack with a sample script to do this?  Just
>> a time saving question.
>
> LibURL makes it easy:
>
>   put <container> into url <ftpUrl>
>
> e.g.:
>
>  put "ftp://"&; tUser&":"&tPword&"@"&tHost&"/"&tFileName &"/" 
> into tDestUrl
>  put url ("file:"&tLocalFile) into url tDestUrl
>
>
> --
>  Richard Gaskin
>  Fourth World Media Corporation
>  Custom Software and Web Development for All Major Platforms
>  Developer of WebMerge 2.0: Publish any Database on Any Site
>  ___________________________________________________________
>  [EMAIL PROTECTED]       http://www.FourthWorld.com
>  Tel: 323-225-3717                       AIM: FourthWorldInc
>
> _______________________________________________
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
>
>
Sincerely,
Simon

_______________________________________________
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard

Reply via email to