Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
02-05-2002 05:56 PM
02-05-2002 05:56 PM
ftp
I need do a ftp from my unix server to ftp.xyz.com site.
How to do it?
Thanks
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 05:59 PM
02-05-2002 05:59 PM
Re: ftp
I think you need to elaborate. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 06:05 PM
02-05-2002 06:05 PM
Re: ftp
I need to know how do I use proxy server(ftp proxy) to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 06:37 PM
02-05-2002 06:37 PM
Re: ftp
1) Add "-P" option (inetd.conf) on server
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -P -l
2) Restart inetd
# inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 08:29 PM
02-05-2002 08:29 PM
Re: ftp
Most of the internet servers provide anonyms ftp service.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:06 AM
02-12-2002 09:06 AM
Re: ftp
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:15 AM
02-12-2002 09:15 AM
Re: ftp
What kind of proxy server are you using? They behave differently. A Raptor firewall can be difficult, especially the form and syntax. A Raptor uses this format:
ftp raptorfirewall
anonymous@somemailserver usernameonraptor
passwd4anonymous
passwd4gateway
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 09:50 AM
02-12-2002 09:50 AM
Re: ftp
As Harry says, it depends on the proxy server / firewall your company used. You need to check with the folks that admin your Internet connection.
The format I had to use at a previous job was:
ftp proxy_server_address
anonymous@ftp.itrc.hp.com.com
password (generally email address for anonymous ftp)
In the above, anonymous@ftp.itrc.hp.com is the "user" name and "password" would be the password for anonymous at ftp.itrc.hp.com
Darrell