Data Structures | |
| struct | FtpSetting |
Typedefs | |
| typedef struct mkFtpSetting | FtpSetting |
Functions | |
| mkAppletEnableInterface (ftpstr, mode) | |
| mkAppletAddLog (ftpstr, message) | |
| cbDlgTimeout (dlg, ftpstr, res) | |
| cbMkAppletTimeOut (timer, ftpstr) | |
| cbTimeOutCmd (timer, ftpstr) | |
| sendFtpCommand (ftpstr, cmd) | |
| cbDataTimer (t, data) | |
| cbDataWrite (data, ftpstr) | |
| cbDataRead (data, ftpstr) | |
| cbDataConnect (ftpdata, ftpstr) | |
| cbDataClose (ftpdata, ftpstr) | |
| tryToConnectData (serveur, ftpstr) | |
| getPort (str, portpos, pos) | |
| cbMkAppletOpenBrowser (dlg, ftpstr, rep) | |
| getFtpResponse (ftpEcho, ftpstr) | |
| cbTelnetWrite (tel, ftpstr) | |
| cbTelnetRead (tel, ftpstr) | |
| cbTelnetConnect (tel, ftpstr) | |
| ftpConnect (ftpstr) | |
| addDirToList (l, ftpstr) | |
| getInitDirs (initdir, ftpstr) | |
| mkAppletGetDirectories (l) | |
| mkAppletUploadFiles (ftpstr) | |
| mkAppletCpWebfiles (l, path) | |
| mkAppletPhpInc (ftpstr, filename, xmlpath) | |
| strright (s, i) | |
| mkAppletFilter (l, path) | |
| mkAppletCrypt (ftpstr, name, cont, lfiles, xmlpath) | |
| fileExist (l, file) | |
| findExcluFile (lfiles) | |
| getMkAppletXmlResources (xmlpath) | |
| mkAppletAddFile (url, l, ls) | |
| mkAppletUpdateZpFilesName (l, path) | |
| mkAppletGetFilesMd5 (lfiles) | |
| copyFilesToExportDirectory (dir, lfiles, xmlpath, fname, w, h) | |
Variables | |
| var | sMkAppletPath = "tools/os3dlib/res/web/" |
| var | sMkAppletTmpPath = "tmp/mkapplet/" |
| typeof | winMkApplet = EdWindow |
| var | iTimeOut = 60000 |
| var | iTimeOutCmd = 10000 |
| var | sExportDirectory = "export" |
| proto | sendFtpCommand = fun[FtpSetting S] I |
| proto | ftpConnect = fun[FtpSetting] I |
| typedef struct mkFtpSetting FtpSetting |
| mkAppletEnableInterface | ( | ftpstr | , | |
| mode | ||||
| ) |
| mkAppletAddLog | ( | ftpstr | , | |
| message | ||||
| ) |
| cbDlgTimeout | ( | dlg | , | |
| ftpstr | , | |||
| res | ||||
| ) |
| cbMkAppletTimeOut | ( | timer | , | |
| ftpstr | ||||
| ) |
| cbTimeOutCmd | ( | timer | , | |
| ftpstr | ||||
| ) |
| sendFtpCommand | ( | ftpstr | , | |
| cmd | ||||
| ) |
| cbDataTimer | ( | t | , | |
| data | ||||
| ) |
| cbDataWrite | ( | data | , | |
| ftpstr | ||||
| ) |
| cbDataRead | ( | data | , | |
| ftpstr | ||||
| ) |
| cbDataConnect | ( | ftpdata | , | |
| ftpstr | ||||
| ) |
| cbDataClose | ( | ftpdata | , | |
| ftpstr | ||||
| ) |
| tryToConnectData | ( | serveur | , | |
| ftpstr | ||||
| ) |
| getPort | ( | str | , | |
| portpos | , | |||
| pos | ||||
| ) |
| cbMkAppletOpenBrowser | ( | dlg | , | |
| ftpstr | , | |||
| rep | ||||
| ) |
| getFtpResponse | ( | ftpEcho | , | |
| ftpstr | ||||
| ) |
| cbTelnetWrite | ( | tel | , | |
| ftpstr | ||||
| ) |
| cbTelnetRead | ( | tel | , | |
| ftpstr | ||||
| ) |
| cbTelnetConnect | ( | tel | , | |
| ftpstr | ||||
| ) |
| ftpConnect | ( | ftpstr | ) |
| addDirToList | ( | l | , | |
| ftpstr | ||||
| ) |
| getInitDirs | ( | initdir | , | |
| ftpstr | ||||
| ) |
| mkAppletGetDirectories | ( | l | ) |
| mkAppletUploadFiles | ( | ftpstr | ) |
| mkAppletCpWebfiles | ( | l | , | |
| path | ||||
| ) |
| mkAppletPhpInc | ( | ftpstr | , | |
| filename | , | |||
| xmlpath | ||||
| ) |
| strright | ( | s | , | |
| i | ||||
| ) |
| mkAppletFilter | ( | l | , | |
| path | ||||
| ) |
| mkAppletCrypt | ( | ftpstr | , | |
| name | , | |||
| cont | , | |||
| lfiles | , | |||
| xmlpath | ||||
| ) |
| fileExist | ( | l | , | |
| file | ||||
| ) |
| findExcluFile | ( | lfiles | ) |
| getMkAppletXmlResources | ( | xmlpath | ) |
| mkAppletAddFile | ( | url | , | |
| l | , | |||
| ls | ||||
| ) |
| mkAppletUpdateZpFilesName | ( | l | , | |
| path | ||||
| ) |
| mkAppletGetFilesMd5 | ( | lfiles | ) |
| copyFilesToExportDirectory | ( | dir | , | |
| lfiles | , | |||
| xmlpath | , | |||
| fname | , | |||
| w | , | |||
| h | ||||
| ) |
| var sMkAppletPath = "tools/os3dlib/res/web/" |
| var sMkAppletTmpPath = "tmp/mkapplet/" |
| typeof winMkApplet = EdWindow |
| var iTimeOut = 60000 |
| var iTimeOutCmd = 10000 |
| var sExportDirectory = "export" |
| proto sendFtpCommand = fun[FtpSetting S] I |
| proto ftpConnect = fun[FtpSetting] I |
1.6.3