 |
 |
_FTPCommand |
Send native FTP command to FTP server (iternal method) |
 |
 |
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() |
 |
 |
AfterGetFileSize |
Raised after calling API function FTPGetFileSize() |
 |
 |
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() |
 |
 |
AfterList |
Raised after closing FTP connection |
 |
 |
AfterNLST |
Raised after closing FTP connection |
 |
 |
AfterPutFTPFile |
Raised after calling API function FtpPutFile() |
 |
 |
AfterReadFTPFile |
Raised after last calling API function InternetReadFile() |
 |
 |
AfterReadTree |
Raised after calling API function FtpSetCurrentDirectory() |
 |
 |
AfterRemoveFTPDirectory |
Raised after calling API function FtpRemoveDirectory() |
 |
 |
AfterRenameFTPFile |
Raised after calling API function FtpRenameFile() |
 |
 |
AfterWriteFTPFile |
Raised after last calling API InternetWriteFile() |
 |
 |
AtList |
Raised after reading data from buffer |
 |
 |
AtNLST |
Raised after reading data from buffer |
 |
 |
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() |
 |
 |
BeforeGetFileSize |
Raised before calling API function FTPGetFileSize() |
 |
 |
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() |
 |
 |
BeforeList |
Raised before calling API function FtpCommand |
 |
 |
BeforeNLST |
Raised before calling API function FtpCommand |
 |
 |
BeforePutFTPFile |
Raised before calling API function FtpPutFile() |
 |
 |
BeforeReadFTPFile |
Raised before calling API function FtpOpenFile() |
 |
 |
BeforeReadTree |
Raised before calling API function FtpSetCurrentDirectory() |
 |
 |
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 |
Fill Extended error by WININET |
 |
 |
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 |
 |
 |
GetFileSize |
Get File Size |
 |
 |
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 |
Occurs when an object is created. |
 |
 |
IsGlobalOffline |
Return if is internet offline |
 |
 |
List |
A character string array used to access the items in a ComboBox or ListBox control. Not available at design time; read/write at run time. |
 |
 |
LoadAPIFuncs |
Load basic API functions |
 |
 |
NLST |
Get a list of files and folders from the current directory on the FTP Server |
 |
 |
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 |
 |
 |
ReadTree |
Read Tree (folders and files) |
 |
 |
RemoveFTPDirectory |
Removes a directory on the FTP Server |
 |
 |
RenameFTPFile |
Renames a file |
 |
 |
ResetCachingMethod |
Reset caching method |
 |
 |
SetCachingMethod |
Changes the current file caching method |
 |
 |
SetExtendedError |
Set user extended error... |
 |
 |
WinInetSetOptions |
Set Timeout for connection |
 |
 |
WriteFTPFile |
Sends a file or string to the FTP server from some local area |