Getting Started |
Uploading tcps2-release and Running the Program
Use the following commands to use FTP to upload
1.From the PC, type:
#ftp 192.168.3.127
2.Next, use the bin command to set the transfer mode to Binary, and the put command to initiate the file transfer:
ftp> bin
ftp> put
root@server11:/home/uc7400/1st_application
[root@server11 1st_application]# ftp 192.168.3.127 Connected to 192.168.3.127
220 Moxa FTP server (Version
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type Name (192.168.3.127:root): root
331 Password required for root. Password:
230 User root logged in. Remote system type is UNIX.
Using binary mode to transfer files. ftp> bin
200 Type set to I. ftp> put
local:
277 Entering Passive Mode (192.168.3.127.82.253)
150Opening BINARY mode data connection for
226Transfer complete
4996 bytes sent in 0.00013 seconds (3.9e+04 Kbytes/s) ftp> ls
227Entering Passive Mode (192.168.3.127.106.196)
150Opening ASCII mode data connection for /bin/ls.
1 | root | root | 899 Jun 10 08:11 bash_history | |||
1 | root | root | 4996 Jun 12 02:15 | |||
226 Transfer complete |
|
| ||||
ftp> |
|
|
|
|
|
|
3.From the
#chmod +x
#
192.168.3.127 – PuTTY
root@Moxa:~# ls | root | 0 | Jun 12 02:14 | ||||
2 | root | ||||||
root | 0 | Jan | 1 | 1970 | |||
1 | root | root | 899 Jun 10 08:11 .bash_history | ||||
1 | root | root | 4996 Jun 12 02:15 | ||||
root@Moxa:~# chmod +x |
|
| |||||
root@Moxa:~# ls | root | 0 | Jun 12 02:14 | ||||
2 | root | ||||||
root | 0 | Jan | 1 | 1970 | |||
1 | root | root | 899 Jun 10 08:11 .bash_history | ||||
1 | root | root | 4996 Jun 12 02:15 |
root@Moxa:~#