Link to home
Start Free TrialLog in
Avatar of tom1234
tom1234Flag for Korea, Republic of

asked on

get file from dir on Itanium in ftp

I use apache common-net library to get file in FTP.
But it is impossible to do that in Itanium platform( 'put command' is possible but not 'get' ). It doesn't work.

Is there an library to get file in FTP on Itanium platform??

Thanks in advance
SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tom1234

ASKER

I think there bug in apache FTP.

'itanium platfom' is the OS of HP-UX Itanium.
In the OS , the 'get' function of apache FTP is not working.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tom1234

ASKER

I think ftp of apache is impossible , so I choosed another ftp component able to do it on HP-UX.

Thanks for_yan.