Upload
Simon Lord
slord at mac.com
Wed Jul 24 17:11:01 EDT 2002
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
> ___________________________________________________________
> Ambassador at FourthWorld.com http://www.FourthWorld.com
> Tel: 323-225-3717 AIM: FourthWorldInc
>
> _______________________________________________
> metacard mailing list
> metacard at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/metacard
>
>
Sincerely,
Simon
More information about the metacard
mailing list