- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP through a Firewall
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
Discussions
Discussions
Discussions
Forums
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
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
тАО07-15-2002 11:15 AM
тАО07-15-2002 11:15 AM
FTP through a Firewall
EX:
ftp 10.10.10.10
220 InterScan FTP VirusWall NT 3.51 (Stand-alone Mode), Virus scan on
Name (10.10.10.10:jmarrion #here I enter the testusername and site IP. -- harristest@999.999.999.12
then it prompts me for the password and then I am connected.
Is there anyway that I can put all of this stuff into a shell so I will not be prompted or the operator prompted.
I have a HPUX9000 with 11.00 O/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 11:21 AM
тАО07-15-2002 11:21 AM
Re: FTP through a Firewall
ftp -n 10.10.10.10 << FTP
user harristest@999.999.999.12
put
FTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 11:31 AM
тАО07-15-2002 11:31 AM
Re: FTP through a Firewall
aspen:/tmp: ftp -n 10.10.10.10
Connected to 10.10.10.10.
220 InterScan FTP VirusWall NT 3.51 (Stand-alone Mode), Virus scan on
421 Service not available, remote server has closed connection
ftp> quit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 11:32 AM
тАО07-15-2002 11:32 AM
Re: FTP through a Firewall
ftp -inv << EOF
open
user
cd /dir
get
bye
EOF
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 11:37 AM
тАО07-15-2002 11:37 AM
Re: FTP through a Firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-15-2002 12:30 PM
тАО07-15-2002 12:30 PM
Re: FTP through a Firewall
We use the following format extensively:
ftp -n -v << endl >> ftp.log
open server_name_or_ip_address
user username password
ascii
put file_name
quit
endl
Best of Luck,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2002 04:56 AM
тАО07-16-2002 04:56 AM
Re: FTP through a Firewall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2002 04:58 AM
тАО07-16-2002 04:58 AM
Re: FTP through a Firewall
it should be the firts command
# ftp x.y.z.1
ftp > passive
ftp > binary