I got this mostly working I think. but Here's what happens: The url: ftp:[EMAIL PROTECTED]:[EMAIL PROTECTED]/downloads/osxhints/ The file: /Applications/MetaCard/Direct_Chat.zip The error: error File not specified
I'm using the code you sent with the obvious variables hardcoded in just to test it out. I'm wondering if it has something to do with a product we use on our server but I won't know that until morning. If you spot anything please let me know. Thanks! 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
