Peter wrote:

> I am a beginner and I would like to know how to access the Mozilla FTP
> functions if I were to create my own XUL interface?


This might help with the FTP part of your questions.

This code appears to parse an "ftp://"; type URL (along with a few
others) and return a channel. The PublishCopyFile function appears
to plug a local file channel into an FTP channel. See ...

http://lxr.mozilla.org/seamonkey/source/editor/ui/composer/content/publish.js#47

Regards,
Rick


Reply via email to