Thanks, Michael!

BTW, for anyone interested in using the precious new FTP syntax,
my experience is that the following appear to increase
transmission robustness rather significantly:

on prepFTP
  # sanity check:
  if not (the stacksinUse contains "libURL") then start using
stack "libURL"

  # circumvents annoying "socket timeout" error
  set socketTimeoutInterval to 100000

  # close pending sockets 
  send "resetAll" to stack "libURL"
end prepFTP


I'm not finished poring through libURL's code, so I can't tell
yet what the implications are -- e.g., is it wise to check
through all cachedURLs to ensure that nothing is pending prior to
calling "resetAll"?

I don't know, but Michael's work may already supercede this.

-Francisco

--- [EMAIL PROTECTED] wrote:
> I have a modification of Andu's FTP stack that uploads/displays
> files on a  
> server. Anyone interested, let me know. My only request is that
> people let me 
> know of any good modifications to the stack. I don't have a
> server so if 
> someone can put it on their server, it may be more available. 
> Michael 
> [EMAIL PROTECTED]
> 
> Archives:
> http://www.mail-archive.com/metacard@lists.runrev.com/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
> 


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. 
http://im.yahoo.com

Archives: http://www.mail-archive.com/metacard@lists.runrev.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to