100
●
put
[Function]
Writes a file to the CPU module.
[Specification format]
put "source file path name" [destination file path name]
[Example 1]
When writing the MAINSEQ1.QDR file to the standard RAM with the same file name:
put MAINSEQ1.QDR 3:\MAINSEQ1.QDR
[Example 2]
When writing the MAINSEQ.QDR file to the standard RAM with a different file name:
put MAINSEQ.QDR 3:\MAINSEQ1.QDR
[Note]
• If no directory is specified for the source file path name (FTP client side), the file on the
current directory where FTP is started up and connected to the server is written.
• When no destination file path name (FTP server side) is specified, the file is saved in the
memory in which current parameter files are stored.
●
pwd
[Function]
Displays the current directory name of the CPU module.
[Specification format]
pwd
[Note]
"\" is displayed as the execution result of the "pwd" command.
●
quit
[Function]
Disconnects the line from the FTP server and terminates the FTP session.
[Specification format]
quit
[Identical command]
bye
●
quote
[Function]
Sends an FTP server subcommand (a subcommand dedicated to CPU modules).
[Specification format]
quote
[Example]
quote password-lock
[Note]
Only CPU module dedicated subcommands can be specified. Refer to (2).
●
rename
[Function]
Renames a CPU module file.
[Specification format]
rename "old file path name" "new file path name" (abbreviated to "ren")
[Example]
When renaming a file stored in the standard RAM:
rename 3:\MAINSEQ1.QDR 3:\SEQ1OLD.QDR
[Note]
Either of the following response codes is displayed upon completion.
350 Need more info.
250 Rename successful.
●
user
[Function]
Inputs the user name and password of the connected FTP server.
[Specification format]
user "user name" [FTP password]
• User name: Login name set with a CPU module parameter
• FTP password: FTP password set with a CPU module parameter
[Example 1]
When specifying a user name:
user CPU
[Example 2]
When specifying a user name and password:
user CPU CPU
Summary of Contents for MELSEC L Series
Page 1: ......
Page 2: ......
Page 19: ...17 CHAPTER 1 OVERVIEW 1 Memo ...
Page 116: ...114 Memo ...
Page 123: ......