Hi,
I am having problems transfering a file (binary executable) from a machine
running QNX v6.0. The client is on Windows 2000 and a couple have been tried
with the same results.
Basically the file doesn’t transfer. Here is the related part in my syslog
file:
ftpd[557088-1]: connection from hiro at Tue Jun 5 04:07:59 2001
ftpd[557088-1]: <— 220
ftpd[557088-1]: administrator FTP server (Version 5.60) ready.
ftpd[557088-1]: command: USER ntuser^M
ftpd[557088-1]: <— 331
ftpd[557088-1]: Password required for ntuser.
ftpd[557088-1]: command: PASS xxxxxx^M
ftpd[557088-1]: <— 230
ftpd[557088-1]: User ntuser logged in.
ftpd[557088-1]: FTP LOGIN FROM hiro, ntuser
ftpd[557088-1]: command: CWD /home/A900/C/MATLABR11/work/^M
ftpd[557088-1]: <— 250
ftpd[557088-1]: CWD command successful.
ftpd[557088-1]: command: TYPE I^M
ftpd[557088-1]: <— 200
ftpd[557088-1]: Type set to I.
ftpd[557088-1]: command: PORT 192,168,0,200,4,192^M
ftpd[557088-1]: <— 200
ftpd[557088-1]: PORT command successful.
ftpd[557088-1]: command: SIZE sample626_2_1_sm_master^M
ftpd[557088-1]: <— 213
ftpd[557088-1]: 290303
ftpd[557088-1]: command: RETR sample626_2_1_sm_master^M
ftpd[557088-1]: <— 150
ftpd[557088-1]: Opening BINARY mode data connection for
sample626_2_1_sm_master (290303 bytes).
ftpd[557088-1]: <— 426
ftpd[557088-1]: Data connection: No such process.
ftpd[557088-1]: <— 221
ftpd[557088-1]: You could at least say goodbye.
At first thougth, you might think this is because of a renegade firewall
refusing all incomming connections, but it is not. Here are some
perticularities:
a. A binary file (sample626_2_1_sm_master) transfer using FTP from
QNX6 to NT (GET command) in binary mode has trouble.
b. The same file (sample626_2_1_sm_master) transfer using FTP from
QNX6 to QNX4 (GET command) in binary mode has trouble as well.
c. Other binary files (such as *.o) have no trouble.
d. Any ascii file has no trouble. (ASCII mode, PUT GET commands)
e. On QNX4, the same binary file (sample626_2_1_sm_master)
transfered using FTP in binary mode has no trouble.
f. Transfering from NT to QNX6 (PUT command) any file has no trouble.
What should I do now?
Mathieu