ftp going crazy

Dear Friends,

I am having a crazy issue with ftp.
I am doing 'mput' of 4 files (z1, z2, z3, z4) as below. But ftp transfers only every alternative file !! - ie; If I do mput z* for above, it sends only z1 and z3. Note that all the files are same and I tried this for several dummy files. All works the same way.

Any idea what is going wrong here.
Please help me I am also going crazy with my ftp. Please.

ftp> mput z*
mput z1? y
200 PORT command successful.
150 Opening ASCII mode data connection for z1.
netout: write returned 0?
226 Transfer complete.
mput z2? y
Sat Dec 16 19:33:51 2006 1 nygshutl05n2.us.db.com 0 /usr/sap/transfer/us/ny/gid/out/z1 a _ i r usnygido ftp 0 * c
Invalid reply.
200 PORT command successful.
mput z3? y
200 PORT command successful.
150 Opening ASCII mode data connection for z3.
netout: write returned 0?
226 Transfer complete.
mput z4? y
Sat Dec 16 19:33:57 2006 1 nygshutl05n2.us.db.com 0 /usr/sap/transfer/us/ny/gid/out/z3 a _ i r usnygido ftp 0 * c
Invalid reply.
200 PORT command successful.

use "prompt" before issuing the "mput" command so that you will no longer be asked for confirmation.

this should look like:

ftp> prompt
ftp> mput z*
ftp>bye

hope this helps :cool:

It has not helped.

Any idea with this below message :
netout: write returned 0?

yoursdivu.

I believe this it telling you...that you are transferring and zero byte file...