Home |
Program FTPClient |
Program FTPClientThe FTP Client demo requires the RTIP-32 FTP Client add-on. It displays a directory listing and retrieves a single file from an FTP server. You must fill in the IP address of the FTP server to contact in the program's source code. To enable the demo to work without a file system, the retrieved file is written to RTTarget-32's RAM file system. If you use the program with RTFiles-32, the file would be placed on a hard disk on the target instead. This demo can obtain its IP address from a DHCP server. If you have purchased the DHCP add-on for RTIP-32, you can define preprocessor symbol DHCP in the source code or on the compiler command line and add library Dhcpc.lib to enable this feature.
|