HPE GreenLake Administration
Operating System - HP-UX
1835387
Members
3066
Online
110078
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 03:50 AM
05-24-2002 03:50 AM
ftp
I have problem with ftp. PLease, what I can do?
I change /etc/inetd.conf - ftpd -l -t 1800, but no effect.
ftp> binary
200 Type set to I.
ftp> put CVS2002052011470476413.load
200 PORT command successful.
FTPTIMEOUT Waiting for 226 Transfer complete
425 Can't build data connection: Address already in use.
ftp> bye
221 Goodbye.
Jirid
I change /etc/inetd.conf - ftpd -l -t 1800, but no effect.
ftp> binary
200 Type set to I.
ftp> put CVS2002052011470476413.load
200 PORT command successful.
FTPTIMEOUT Waiting for 226 Transfer complete
425 Can't build data connection: Address already in use.
ftp> bye
221 Goodbye.
Jirid
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 04:04 AM
05-24-2002 04:04 AM
Re: ftp
Try the 'hash' command in yout ftp-session.
Perhaps it can keep your control-channel alive.
Hein Coulier
Perhaps it can keep your control-channel alive.
Hein Coulier
A Life ? Cool ! Where can I download one of those from ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 04:38 AM
05-24-2002 04:38 AM
Re: ftp
Yes, I use hash command before:
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> binary
200 Type set to I.
200 Type set to I.
ftp> put CVS2002052011470476413.load
etc ....
Jirid
ftp> hash
Hash mark printing on (1024 bytes/hash mark).
ftp> binary
200 Type set to I.
200 Type set to I.
ftp> put CVS2002052011470476413.load
etc ....
Jirid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2002 06:50 AM
05-24-2002 06:50 AM
Re: ftp
do
netstat -a |grep ftp
and see if you have any hung sockets. Look on the other end too.
FTP is a strange setup. You come in from port N to the FTP server on port (21) when you do your ftp command. Then when you try to actually transfer a file it opens a second TCP/IP connection from the ftp server (port 20) back to the originator of the ftp request on port N+1. It appears to me that this second connection is being blocked for some reason. Is there something else using port 20 on the ftp server?
netstat -an |grep "\*.20 "
Do you have a firewall in there somewhere? You might try using the ftp command: passive before trying a transfer. Sometimes that will get you past a firewall.
See http://slacksite.com/other/ftp.html for a good explanation of how ftp works in both active and passive modes.
Ron
netstat -a |grep ftp
and see if you have any hung sockets. Look on the other end too.
FTP is a strange setup. You come in from port N to the FTP server on port (21) when you do your ftp command. Then when you try to actually transfer a file it opens a second TCP/IP connection from the ftp server (port 20) back to the originator of the ftp request on port N+1. It appears to me that this second connection is being blocked for some reason. Is there something else using port 20 on the ftp server?
netstat -an |grep "\*.20 "
Do you have a firewall in there somewhere? You might try using the ftp command: passive before trying a transfer. Sometimes that will get you past a firewall.
See http://slacksite.com/other/ftp.html for a good explanation of how ftp works in both active and passive modes.
Ron
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP