User guide
<4. Engineering>
4-9
IM 11B06E01-01E
B.Uploading/downloadingthemappinglewithFTPcommands
(1) Login to ASGW.
C:\MyWork>ftp 192.168.0.151 ←StartFTPcommunication
Connected to 192.168.0.1.
220FCXSTARDOM(FCJ-1)FTPserverready(JRS:R2.04.12).
User(192.168.0.1:(none)):stardom ←InputAccount
331Passwordrequiredforstardom.
Password:xxxxxxx ←InputPassword(notdisplayed)
230 User stardom logged in.
(2) Movetothespeciedfolder.
ftp> cd conf/users/appf/ASGW ←Changedirectory
250Changeddirectoryto"/JEROS/CONF/USERS/APPF/ASGW".
(3) Conrmthemappingle;ASGW_MAP.CSV
ftp> dir ←Conrmdirectory
200Portsetokay.
150OpeningASCIImodedataconnectionfor/JEROS/CONF/USERS/APPF/ASGW
(192.168.0.60,3980).
drw-rw-rw- 1 200803:09:50 2048Jun2703:09.
drw-rw-rw- 1 2005 18:07:58 2048 Aug 11 2005 ..
-rw-rw-rw- 1 200803:09:52 34250Jun2703:09ASGW_MAP.CSV
226 Transfer complete.
ftp: 200 bytes received in 0.00Seconds 200000.00Kbytes/sec.
(4) Upload(loadthemappingle).
ftp>getASGW_MAP.CSV
200Portsetokay.
150OpeningASCIImodedataconnectionfor/JEROS/CONF/USERS/APPF/ASGW/
ASGW_MAP.
CSV (192.168.0.60,3982) (34250 bytes).
226 Transfer complete.
ftp: 34250 bytes received in 0.19Seconds 183.16Kbytes/sec.
(5) Download(Overwritethemappingle).
ftp>putASGW_MAP.CSV
200Portsetokay.
150OpeningASCIImodedataconnectionfor/JEROS/CONF/USERS/APPF/ASGW/
ASGW_MAP.CSV(192.168.0.60,3983).
226 Transfer complete.
ftp: 34250 bytes sent in 0.01Seconds 2283.33Kbytes/sec.
(6) Finish the procedure.
ftp>quit ←QuitFTPcommunication
221 Bye...see you later.
C:\MyWork> ←CloseCommandprompt
4th Edition : Nov. 22, 2011-00