11. ETHERNET REMOTE CONTROL
130
6. Type the user name and password.
The user name and password are "LV7770". Use uppercase for all characters.
When the user name and password are entered correctly, "ftp>" appears.
Connected to ***.***.***.***.
220 FTP Server ready
User (***.***.***.***:(none)): LV7770 ......... user name
331 Password required
Password: LV7770 ................................... password (The password is not actually displayed.)
230 Logged in
ftp>
7. Enter FTP commands.
Enter commands while referring to sections 11.2.2, "How to Enter Commands," and
11.2.3, "FTP Commands." You must generate files using the TELNET "MAKE"
command before you use FTP commands.
To end an FTP session, type “bye.”
ftp> bye
11.2.2
How to Enter Commands
The command syntax is explained below.
ftp> [Command] + [Space] + [Parameter 1] + [Space] + [Parameter 2]
Examples of how to enter commands are shown below.
ftp> GET LOG.TXT D:¥LOG.TXT .............. Transfer the event log file to the PC.
200 PORT Command successful .............. Return value
…
ftp>