download code from a Master
MorgoZ
Posts: 116
Hello,
i need to know if it is possible to download the code installed on a Master to a PC (maybe through Netlinx or FTP?), i need to do so because a client has asked us to maintain an old system, for wich hasn´t any backup code of the previous installation.
Thanx in advance!
i need to know if it is possible to download the code installed on a Master to a PC (maybe through Netlinx or FTP?), i need to do so because a client has asked us to maintain an old system, for wich hasn´t any backup code of the previous installation.
Thanx in advance!
0
Comments
Upload the source using Netlinx Studio then extract from source, if there is no code then you will get an empty file.
(Edit: Attaching a file that describes this more completely)
If you want a copy of the tkn file just to be able to load again if you got wiped... this will get you a copy that will be able to load again. It will not give you source code.
Quoting from a prior discussion...
Open a command (dos) window and type the items as below inserting what you need in the << >> areas.
C:\windows\system32>ftp <<NetLinx URL/IP>>
Connected to <<NetLinx URL/IP>>.
220 VxWorks (VxWorks 6.3) FTP server ready
User (<<NetLinx URL/IP>>:(none)): << user >>
331 Password required
Password: << password >>
230 User logged in
ftp> binary
200 Type set to I, binary mode
ftp> get ../prog.tkn <<path\file on your local machine>>
200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp: 37913 bytes received in 0.03Seconds 1223.00Kbytes/sec.
ftp> quit
221 Bye...see you later
C:\windows\system32>
Note: where it shows
IP>>:(none)):
that is
I P > > : ( n o n e ) ) :
without the spaces.
Glad I do now.
Jimi
Reloading a tkn is similar to what John described, except you'll 'put' instead of 'get'. Reboot afterwards.
Good luck!
.