
452
18.6 FTP Library (FTP.FN3)
18.6.1 Overview
■ String Variables
The following are the string variables used by this library together with their memory
requirements.
See also the run-time errors for the
FTP.FN3 library.
Description Name Size in Bytes
Version information
VERSION$
7
Server IP address
SERV.IP
15
Login user name
USERNAME$
0 to 16
Login password
PASSWORD$
0 to 16
Directory names
CURDIR$ NEWDIR$
0 to 255
File names
SERV.FNAME$
CLNT.FNAME$
OLD.FNAME$
NEW.FNAME$
0 to 12
0 to 12
0 to 12
0 to 12
Field lengths
FLD$
1 to 64 (48)
FTP parameter
FTP.PARA$
Function Number Description
FTP
Commands
0
Get FN3 version information ---
1
Open FTP client session with system settings USER/PASS
2
Open FTP client session with user settings USER/PASS
3
Close FTP client session ---
4
Get current directory on FTP server PWD
5
Change current directory on FTP server CWD
6
Download file from FTP server RETR
7
Upload file to FTP server STOR/APPE
8
Get FTP system settings ---
9
Set FTP system settings ---
10
Change file name on FTP server RNFR/RNTO
11
Set port number for file transfer PORT
12
Delete file from FTP server DELE
Kommentare zu diesen Handbüchern