RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread WebDude
parse that data out into a text file or an array. I am not sure where to start. Any hints? p.s. Windows OS... Thanks! _ From: Robert Garcia [mailto:wita...@bighead.net] Sent: Monday, November 22, 2010 2:44 PM To: Witango-Talk@witango.com Subject: Re: Witango-Talk: OT - FTP interactions I

RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread Robert Shubert
multiple levels defined at once (path1/path2). From: WebDude [mailto:webd...@cipromo.com] Sent: Tuesday, November 23, 2010 8:09 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Okay, so let's talk about command line tools and forget about diplaying thumbs

RE: Witango-Talk: OT - FTP interactions

2010-11-23 Thread WebDude
: RE: Witango-Talk: OT - FTP interactions Over the years I've built tools for my hosting customers, one of them being FTP. Attached is the raw code from that tool, and below are the instructions: I'm sorry that I can't work this up more, but I'm tied up with Witango 6 release, and once that's

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
This doesn’t seem too hard. I think I would first try using the FTP site as if it were a database. This may be too slow, however, depending on the amount of content in the FTP server and the load on the site, but I would probably add simple memory caching rather than trying to sync a db.

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
built on our end along with the price via the directory the pdf file happened to be in. _ From: Robert Shubert [mailto:rshub...@tronics.com] Sent: Monday, November 22, 2010 8:46 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions This doesn't seem too hard

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
with an XML file. Robert From: WebDude [mailto:webd...@cipromo.com] Sent: Monday, November 22, 2010 10:11 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions M... This FTP site is not in my control. It is housed by a third party and as far as I know

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
22, 2010 9:28 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Well, I'm not sure how you would generate a thumb of a specific PDF. I suppose your could use a tool that renders PDF to JPEG, but that could get a little complex. Other than that, this is straight

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Shubert
...@cipromo.com] Sent: Monday, November 22, 2010 10:42 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Well, call me dumb, but where could I get information on how to do this. I am having a hard enough time just trying to display a directory of images thorugh the http

RE: Witango-Talk: OT - FTP interactions

2010-11-22 Thread WebDude
...@tronics.com] Sent: Monday, November 22, 2010 10:46 AM To: Witango-Talk@witango.com Subject: RE: Witango-Talk: OT - FTP interactions Here's the part that I think you missing: Your user goes to the page: www.yoursite.com/ftp_cart.taf ftp_cart.taf in turn logs

Re: Witango-Talk: OT - FTP interactions

2010-11-22 Thread Robert Garcia
I used to use witango pretty successfully with FTP, but I was using a special FTP server that came with a com object that worked with witango. It was TitanFTP. Another way, is just working with command line tools. Once you get it working, you can make an ftp class with chdir, ls, put, get