 |
 |
AfterAutoDialHangUp |
Raised after calling API function InternetAutoDialHangUp() |
 |
 |
AfterAutoDialInternet |
Raised after calling API function InternetAutoDial() |
 |
 |
AfterChangeFTPDirectory |
Raised after calling API function FtpSetCurrentDirectory() |
 |
 |
AfterCreateFTPDirectory |
Raised after calling API function FtpCreateDirectory() |
 |
 |
AfterDeleteFTPFile |
Raised after calling API function FtpDeleteFile() |
 |
 |
AfterDialHangUp |
Raised after calling API function InternetHangUp() |
 |
 |
AfterDialInternet |
Raised after calling API function InternetDial() |
 |
 |
AfterFTPCommand |
Raised after calling API function FtpCommand() |
 |
 |
AfterGetConnectedState |
Raised after calling API function InternetGetConnectedState() |
 |
 |
AfterGetFTPDirectory |
Raised after calling API function FtpGetCurrentDirectory() |
 |
 |
AfterGetFTPDirectoryArray |
Raised after last calling API function FtpFindNextFile() |
 |
 |
AfterGetFTPFile |
Raised after calling API function FtpGetFile() |
 |
 |
AfterGoOnline |
Raised after before calling API function InternetGoOnline() |
 |
 |
AfterPutFTPFile |
Raised after calling API function FtpPutFile() |
 |
 |
AfterReadFTPFile |
Raised after last calling API function InternetReadFile() |
 |
 |
AfterRemoveFTPDirectory |
Raised after calling API function FtpRemoveDirectory() |
 |
 |
AfterRenameFTPFile |
Raised after calling API function FtpRenameFile() |
 |
 |
AfterWriteFTPFile |
Raised after last calling API InternetWriteFile() |
 |
 |
AtReadFTPFile |
Raised after calling API function InternetReadFile() |
 |
 |
AtWriteFTPFile |
Raised after each calling API function InternetWriteFile() |
 |
 |
AutoDialHangUp |
Closes a modem connection |
 |
 |
AutoDialInternet |
Automatically dial the default Internet connection |
 |
 |
BeforeAutoDialHangUp |
Raised before calling API function InternetAutoDialHangUp() |
 |
 |
BeforeAutoDialInternet |
Raised before calling API function InternetAutoDial() |
 |
 |
BeforeChangeFTPDirectory |
Raised before calling API function FtpSetCurrentDirectory() |
 |
 |
BeforeCreateFTPDirectory |
Raised before calling API function FtpCreateDirectory() |
 |
 |
BeforeDeleteFTPFile |
Raised before calling API function FtpDeleteFile() |
 |
 |
BeforeDialHangUp |
Raised before calling API function InternetHangUp() |
 |
 |
BeforeDialInternet |
Raised before calling API function InternetDial() |
 |
 |
BeforeFTPCommand |
Raised before calling API function FtpCommand() |
 |
 |
BeforeGetConnectedState |
Raised before calling API function InternetGetConnectedState() |
 |
 |
BeforeGetFTPDirectory |
Raised before calling API function FtpGetCurrentDirectory() |
 |
 |
BeforeGetFTPDirectoryArray |
Raised before calling API function FtpFindFirstFile() |
 |
 |
BeforeGetFTPFile |
Raised before calling API function FtpGetFile() |
 |
 |
BeforeGoOnline |
Raised before calling API function InternetGoOnline() |
 |
 |
BeforePutFTPFile |
Raised before calling API function FtpPutFile() |
 |
 |
BeforeReadFTPFile |
Raised before calling API function FtpOpenFile() |
 |
 |
BeforeRemoveFTPDirectory |
Raised before calling API function FtpRemoveDirectory() |
 |
 |
BeforeRenameFTPFile |
Raised before calling API function FtpRenameFile() |
 |
 |
BeforeWriteFTPFile |
Raised before calling API function FtpOpenFile() |
 |
 |
ChangeFTPDirectory |
Change the current directory on the FTP Server |
 |
 |
CloseFTPConnection |
Disconnect from FTP server |
 |
 |
CloseInternet |
Closes any open handles to the Internet |
 |
 |
CrackAttributes |
Converting file's attributes to human's format |
 |
 |
CrackDate |
Converting file system structure to system date |
 |
 |
CrackFile |
Parsing file's attributes and storing to array |
 |
 |
CreateFTPDirectory |
Creates a directory on the FTP Server |
 |
 |
DeleteFTPFile |
Delete file on the FTP Server |
 |
 |
DialHangUp |
Closes a dialup connection |
 |
 |
DialInternet |
Attempts to use a preconfigured Dial Up account to connect to the internet |
 |
 |
FTPCommand |
Send native FTP command to FTP server |
 |
 |
GetCachingMethod |
Returns the current caching method |
 |
 |
GetConnectedState |
Returns the current type of internet connection |
 |
 |
GetErrorCode |
Watch dog of this FTP Service |
 |
 |
GetErrorText |
Get error text |
 |
 |
GetExtendedError |
Filling properties... |
 |
 |
GetExtendedErrorCode |
Returns the extended error code that was generated during the last function call |
 |
 |
GetExtendedErrorMsg |
Returns the extended error message generated during a function call |
 |
 |
GetFTPDirectory |
Get current directory on the FTP Server |
 |
 |
GetFTPDirectoryArray |
Get a list of files from the current directory on the FTP Server |
 |
 |
GetFTPFile |
Get file from the FTP Server |
 |
 |
GetSystemOption |
Return any system option |
 |
 |
GoOnline |
Brings up a dialog to the user requesting permission to go the requested URL |
 |
 |
Init |
Constructor of class |
 |
 |
IsGlobalOffline |
Return if is internet offline |
 |
 |
LoadAPIFuncs |
Load basic API functions |
 |
 |
OpenFTPConnection |
Connect to FTP server |
 |
 |
OpenInternet |
Attempts to open a connection to the FTP server |
 |
 |
PutFTPFile |
Sends a file to the FTP server from some local area |
 |
 |
ReadFTPFile |
Get file from FTP do string or local file |
 |
 |
RemoveFTPDirectory |
Removes a directory on the FTP Server |
 |
 |
RenameFTPFile |
Renames a file |
 |
 |
ResetCachingMethod |
Reset caching method |
 |
 |
SetCachingMethod |
Changes the current file caching method |
 |
 |
WriteFTPFile |
Sends a file or string to the FTP server from some local area |