polska1979
Technical User
I'm pulling my hair out!
I am doing some Medpro firmware updates but each time I FTP the .bin file from my c: to the CLAN it strips all the data out of the file and transfers a file with 0kb of size. It also strips out the data from the source location.
I have tried it from the c: and also from a folder named test onthe c:. But it still occurs.
I am using the below - note I delete the empty file at the end. I have also tried to put the file without the get command, but no joy. I remember having the same issue the last time I did some updates but cant for the life of me remember what i did.
I have enabled filex etc, with secure set as y and n
C:\test>ftp <clan ip>
Connected to <clan ip>
220 Tornado-vxWorks FTP server ready
User (<clan ipnone)): martin
331 Password required
Password:
230 User logged in
ftp> bin
200 Type set to I, binary mode
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> get tn2602_ap-h20-f57-sig.bin
200 Port set okay
550 File "tn2602_ap-h20-f57-sig.bin" not found or permission problem
ftp> put tn2602_ap-h20-f57-sig.bin
200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp> remove tn2602_ap-h20-f57-sig.bin
Invalid command.
ftp> del tn2602_ap-h20-f57-sig.bin
250 File deleted successfully.
ftp> exit
Invalid command.
ftp> bye
221 Bye...see you later
I am doing some Medpro firmware updates but each time I FTP the .bin file from my c: to the CLAN it strips all the data out of the file and transfers a file with 0kb of size. It also strips out the data from the source location.
I have tried it from the c: and also from a folder named test onthe c:. But it still occurs.
I am using the below - note I delete the empty file at the end. I have also tried to put the file without the get command, but no joy. I remember having the same issue the last time I did some updates but cant for the life of me remember what i did.
I have enabled filex etc, with secure set as y and n
C:\test>ftp <clan ip>
Connected to <clan ip>
220 Tornado-vxWorks FTP server ready
User (<clan ipnone)): martin
331 Password required
Password:
230 User logged in
ftp> bin
200 Type set to I, binary mode
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> get tn2602_ap-h20-f57-sig.bin
200 Port set okay
550 File "tn2602_ap-h20-f57-sig.bin" not found or permission problem
ftp> put tn2602_ap-h20-f57-sig.bin
200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp> remove tn2602_ap-h20-f57-sig.bin
Invalid command.
ftp> del tn2602_ap-h20-f57-sig.bin
250 File deleted successfully.
ftp> exit
Invalid command.
ftp> bye
221 Bye...see you later