set obj = NewEditor()
ftpConnect("connection_name")
ftpCommand("CWD /public/include/page")
obj.openFileFromFTP("file.php")
or you can write all path directly:
obj.openFileFromFTP("/public/include/page/inc_faq.php")
If connection is already open and work directory is set, use:
set obj = NewEditor()
obj.openFileFromFTP("file.php")
--
<http://forum.pspad.com/read.php?6,32479,32529>
PSPad freeware editor http://www.pspad.com
