HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: PASV problem
Operating System - Linux
1829456
Members
2028
Online
109992
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
Go to solution
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
12-12-2003 01:33 AM
12-12-2003 01:33 AM
ftp> put /home/openssh-3.7p1-1.i386.rpm
local: /home/openssh-3.7p1-1.i386.rpm remote: /home/openssh-3.7p1-1.i386.rpm
200 PORT command successful. Consider using PASV.
553 Could not create file.
I'm simply trying to put a file from one server to another and i get the above "could not create file error"... I'm not sure why. Thanks for the help.
local: /home/openssh-3.7p1-1.i386.rpm remote: /home/openssh-3.7p1-1.i386.rpm
200 PORT command successful. Consider using PASV.
553 Could not create file.
I'm simply trying to put a file from one server to another and i get the above "could not create file error"... I'm not sure why. Thanks for the help.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:43 AM
12-12-2003 02:43 AM
Solution
Hello,
usually because there is a firewall between the two systems which does not allow you do open the (high numbered) port for the data connection. Follow the suggestion to switch to
passive mode, which was implemented to circumvent this problem.
In my ftp client the command to do this is passive on.
The other obvious possibility is that the user you use to connect with is not allowed to create the new file in /home (which would make sense since /home is not a normal user
directory)
Greetings, Martin
usually because there is a firewall between the two systems which does not allow you do open the (high numbered) port for the data connection. Follow the suggestion to switch to
passive mode, which was implemented to circumvent this problem.
In my ftp client the command to do this is passive on.
The other obvious possibility is that the user you use to connect with is not allowed to create the new file in /home (which would make sense since /home is not a normal user
directory)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:54 AM
12-12-2003 02:54 AM
Re: PASV problem
I'd first look at your iptables or ipchains firewall configuration and see if its messing with the transfer.
service iptables stop
or
serivice ipchains stop
try again.
Also, check permissions for the user on the target system.
Sometimes if the user name is the same but the numeric user id is different, the target server gets confused as well.
SEP
service iptables stop
or
serivice ipchains stop
try again.
Also, check permissions for the user on the target system.
Sometimes if the user name is the same but the numeric user id is different, the target server gets confused as well.
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 03:18 AM
12-12-2003 03:18 AM
Re: PASV problem
from ftp prompt just type the following
ftp> passive
Passive mode off.
ftp> passive
Passive mode on.
as you can see this will toggel passive on off
ftp> status
Not connected.
No proxy connection.
Mode: ; Type: ; Form: ; Structure:
Verbose: on; Bell: off; Prompting: on; Globbing: on
Store unique: off; Receive unique: off
Case: off; CR stripping: on
Ntrans: off
Nmap: off
Hash mark printing: off; Use of PORT cmds: on
Tick counter printing: off
ftp> quit
will also show most settings
J-P
ftp> passive
Passive mode off.
ftp> passive
Passive mode on.
as you can see this will toggel passive on off
ftp> status
Not connected.
No proxy connection.
Mode: ; Type: ; Form: ; Structure:
Verbose: on; Bell: off; Prompting: on; Globbing: on
Store unique: off; Receive unique: off
Case: off; CR stripping: on
Ntrans: off
Nmap: off
Hash mark printing: off; Use of PORT cmds: on
Tick counter printing: off
ftp> quit
will also show most settings
J-P
Smile I will feel the difference
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