1832169 Members
3046 Online
110038 Solutions
New Discussion

Re: FTP issue

 
Vijaya Kumar_3
Respected Contributor

FTP issue

Hi

I am trying to ftp a file from my Hp-UX system to my another linux system.
My Hp-Ux Configuration:
HP-UX 11.00

My LINUX CONFIGURATION:
Redhat Linux 6.2
FTP wu-2.6.0

I am able to connect to the system but unable to put any files...that means no data transfer to my linux system...but the file is created with 0 byte....

any idea? why? i am planning to remove the FTP and install a new one? what do u thing

Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
7 REPLIES 7
Dave Hutton
Honored Contributor

Re: FTP issue

Is the redhat server behind a firewall? If so theres two ports you need open 20 and 21.
ftp-data 20/tcp # File Transfer Protocol (Data)
ftp 21/tcp # File Transfer Protocol (Control)
Steven E. Protter
Exalted Contributor

Re: FTP issue

Planning a new isntallation?

Go with something secure. Secure Shell on HP-UX and Openssh on Linux.

http://www.openssh.org

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

This stops the transmission of passwords in clear text that ftp does.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jerome Henry
Honored Contributor

Re: FTP issue

Hi,

This 0 byte is a normal comportement if you can connect. wu-ftpd creates 0 byte file for the request, even if it's unable to handle it.

A good idea would be to look at your linux box logs to check what happens, are many sources can be found for this.

Apart from that, upgrading would definitely be a good idea...

J
You can lean only on what resists you...
Michael Steele_2
Honored Contributor

Re: FTP issue

Is destination file system filling up?

Patches? For 11.00 there are 28 ftp patches.

s700_800 11.00 cumulative 10.20 libc compatibility support PHCO_25883
notes PHCO_25883
notes
s700_800 11.00 cumulative SAM/ObAM patch PHCO_21187 PHCO_27375
s700_800 11.00 libc cumulative patch PHCO_28425
notes PHCO_29633
notes
s700_800 11.00 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch PHKL_18543
notes PHKL_18543
notes
s700_800 11.00 LVM Cumulative patch PHKL_20186
notes
s700_800 11.00 Probe,IDDS,PM,VM,PA-8700,AIO,T600,FS,PDC,CLK PHKL_28766
notes PHKL_29648
notes
s700_800 11.00 Fibre Channel cumulative patch PHNE_15537
notes PHNE_15537
notes
s700_800 11.00 ppp(1) cumulative patch PHNE_22671 PHNE_22671
s700_800 11.00 ftpd(1M) and ftp(1) patch PHNE_23949
notes PHNE_23949
notes
s700_800 11.00 ATM PCI, HSC and HP-PB cumulative patch PHNE_25502
notes PHNE_25502
notes
s700_800 11.00 cumulative ARPA Transport patch PHNE_21767
notes PHNE_26771
notes
s700_800 11.00 inetd(1M) cumulative patch PHNE_28312
notes PHNE_28312
notes
s700_800 11.00 ATM PCI, HSC and HP-PB cumulative patch PHNE_26730
notes PHNE_28754
notes
s700_800 11.00 Predictive C.11.0[0,a-m] cumulative patch PHSS_17496
notes PHSS_17496
notes
s700_800 11.00 OV SAPSPI6.X OVSR Template Patch A.06.01 PHSS_21305
notes
s700_800 11.00 OV OB3.00 patch - NOVELL packet PHSS_18252
notes PHSS_21639
notes
s700_800 11.00 OV OVMF3.0 cumulative patch A.03.01 PHSS_25865
notes
s700_800 11.00 OV OB3.10 patch - NOVELL packet PHSS_25959
notes
s700_800 11.00 OV OVAS3.0 cumulative patch A.03.01 PHSS_26315
notes
s700_800 11.X OV SAPSPI7.X A.07.24 PHSS_27444
notes
s700_800 11.X OV OVAS4.0 cumulative patch A.04.01 PHSS_28070
notes
s700_800 11.X OV ITO7.1X HPUX 11.X ia64 Perf Agt A.07.15 PHSS_28986
notes
s700_800 11.X OV EMANATE15.3 Agent Consolidated Patch PHSS_29299
notes
s700_800 11.X OV ITO7.1X Msg/Act Agt HPUX 11 IA A.07.22 PHSS_29354
notes
s700_800 11.X OV ITO7.1X Msg/Act Agt Windows A.07.22 PHSS_29356
notes PHSS_29356
notes
s700_800 11.X OV ITO7.1X Comm Agt HPUX 11 IA A.07.13 PHSS_29442
notes
s700_800 11.X OV ITO7.1X server patch A.07.17 PHSS_29272
notes PHSS_29548
notes
s700_800 11.X OV ITO7.1X Perf Agent HPUX 11 IA A.07.20 PHSS_29553
notes


Support Fatherhood - Stop Family Law
Michael Schulte zur Sur
Honored Contributor

Re: FTP issue

Hi,

have you tried to run ftp in passive mode?
It prohibits ftp to change ports for transfer.

greetings,

Michael
Michael Schulte zur Sur
Honored Contributor

Re: FTP issue

Hi Vijay,

is your problem solved?

greetings,

Michael
Vijaya Kumar_3
Respected Contributor

Re: FTP issue

I am sorry Michael, i didn't post it.

I am unable to fix my issue with passive mode. So I removed Wu-FTPD and installed PROFTPD. I downloaded the source RPM and did a compile and install it. it is working fine.

Thanks guys
Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com