Mark, are you sure libURL will queue FTP uploads and downloads?
Cheers Andre On Mon, May 31, 2010 at 9:42 AM, Mark Schonewille < [email protected]> wrote: > Hi Terry, > > You don't need to do this. LibURL can do this by itself. Just issue the > upload and download commands right-away. > > Does item 3 of line 1 of kjoejoe contain a file path? (It should). > > > -- > Best regards, > > Mark Schonewille > > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > > Economy-x-Talk is always looking for new projects. Contact me for a quote > http://economy-x-talk.com/contact.html > Download Clipboard Link http://clipboardlink.economy-x-talk.com and share > the clipboard of your computer over the local network. > > On 31 mei 2010, at 13:28, Terry Vogelaar wrote: > > I can't figure out what is wrong with this script: >> >> on wachtrij >> global kjoejoe >> if line 1 of kjoejoe <> "" then >> put line 1 of kjoejoe && the number of lines of kjoejoe >> set the itemdel to tab >> switch item 1 of line 1 of kjoejoe >> case "up" >> libURLftpUploadFile item 2 of line 1 of kjoejoe, item 3 of line >> 1 of kjoejoe, "wachtrij" >> break >> case "down" >> libURLDownloadToFile item 2 of line 1 of kjoejoe, item 3 of line >> 1 of kjoejoe, "wachtrij" >> end switch >> delete line 1 of kjoejoe >> end if >> end wachtrij >> >> >> The global variable 'kjoejoe' contains the prober data, because the first >> line gets processed as expected. But then, after libURLDownloadToFile or >> libURLftpUploadFile is done, it should call this command again until kjoejoe >> is empty. And that isn't happening. Why not? >> >> Terry >> > > > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- http://www.andregarzia.com All We Do Is Code. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
