Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP problem 1

Status
Not open for further replies.

mixmouse

Programmer
Mar 22, 2001
26
0
0
CA
Hi,

When I ftp from one server to another, I could login, or executed "cd /usr/", but I couldn't "ls" or "get"/"put" any file on the other server. There is a firewall between these two servers.

How do I fix this?
 
Try turning passive mode off. Just type "pass" before trying the ls and other commands.



IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
Thanks, aixmurderer,

It works!

But the command is "passive":)
 
Excellent! Sorry, my usage was on Linux, so PASS worked fine there.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
You only have to type as many chars as needed to get a unique start to the command name.

Thus "bin" for "binary"
"prom" for "prompt" which turns for the interactive prompt

you get the idea

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top