1833796 Members
4576 Online
110063 Solutions
New Discussion

ftp problem

 
Wanda Canade'
Advisor

ftp problem

On production enviroment , we have a java application on a linux server with Operating System Linux AS 4 64 bit that start ftp process on a second server (ia64 with Operating system unix 11.23). We receive this error:
"unexpected number of fields: 2"
Is this a problem on the linux client or on the unix server?
The same application works fine in test enviroment. Any help? thanks in advance
3 REPLIES 3
Alpha977
Valued Contributor

Re: ftp problem

Hello Wanda.

try to connect in ftp manually on hp-ux server.

Then check the parameters of linux client.

It appear the server want 2 filed when client give just one.

Regards.
sachit patil
Regular Advisor

Re: ftp problem

u have to add host id in both server /etc/hosts file . After u do the manually ftp by server name or ip .


regrads
sac
Wanda Canade'
Advisor

Re: ftp problem

Manually it works in test enviroment and production enviroment. Just with my java application and in production enviroment, it doesn't work.
Is there same settings to do into unix itanium server ?
thanks