Gentee Programming Language > Documentation > Libraries | Download documentation |
This library contains functions and methods for working with the Internet. For using this library, it is required to specify the file internet.ge (from Lib subfolder) with include command.
ftp.close | Terminates the FTP connection |
ftp.command | Sends a command |
ftp.createdir | Creates a new directory |
ftp.deldir | Deletes a directory |
ftp.delfile | Deletes a file |
ftp.getcurdir | Retrieves the current directory |
ftp.getfile | Retrieves a file |
ftp.getsize | Retrieves the file size |
ftp.gettime | Retrieves the file time |
ftp.lastresponse | The last response from the FTP server |
ftp.list | List of files |
ftp.open | Establishes an FTP connection |
ftp.putfile | Stores a file on the FTP server |
ftp.rename | Renames a file |
ftp.setattrib | Sets the attributes |
ftp.setcurdir | Sets the current directory |
socket.close | Closing a socket |
socket.connect | Opening a socket |
socket.isproxy | Connecting via a proxy or not |
socket.recv | Getting a response |
socket.send | Sending a request |
socket.urlconnect | Creating and connecting a socket to a URL |
str.iencoding | Recoding a string |
str.ihead | Getting a header |
str.ihttpinfo | Processing a header |
str.iurl | Parsing a URL address |
ftp | Type applied for FTP |
httpinfo | HTPP header data |
socket | Structure for sockets |
inetnotify | Type for handling messages |
http_get | Getting data via the HTTP protocol |
http_getfile | Downloading a file via the HTTP protocol |
http_head | Getting a header via the HTTP protocol |
http_post | Sending data via the HTTP protocol |
inet_close | Closing the library |
inet_error | Getting an error code |
inet_init | Library initialization |
inet_proxy | Using a proxy server |
inet_proxyenable | Enabling/disabling a proxy server |
inetnotify_func | Function for handling messages |
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |