Discussion:
200 PORT command successful. Consider using PASV.
unix syzadmin
2006-03-23 12:59:38 UTC
Permalink
Hi,

I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.

ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.

Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Robert Canary
2006-03-23 18:34:46 UTC
Permalink
Chances are you don't have write permissions to the director your trying
to write into. Most sysadmins would check the ftp servers logs files to
get the reason why it is failing.
Post by unix syzadmin
Hi,
I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.
Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Allen K. Smith
2006-03-23 18:14:19 UTC
Permalink
The 200 is just saying that it was successful in opening a data port.

The 550 likely means you don't have write access to the destination.
Post by unix syzadmin
Hi,
I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.
Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Nabeel Moidu
2006-03-24 06:20:37 UTC
Permalink
Post by Allen K. Smith
The 200 is just saying that it was successful in opening a data port.
The 550 likely means you don't have write access to the destination.
And if its vsftpd you are using at the linux server you will also have to
check whether you have enabled the option for allowing files to be uploaded.
If possible post your ftp server config here.
And specify whether you are doing an anonymous login or a user login



--
Thanks and Regards
Nabeel Moidu
System Administrator
OnMobile System Inc
Bangalore, India
www.onmobile.com


If we don't believe in freedom of expression for people we despise, we don't
believe in it at all. Noam Chomsky
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
fazul deen
2006-03-24 13:16:25 UTC
Permalink
Hi Allen

i got this error in my ftp server. i think this error passive mode is not
set in ur ftp
type ftp> passive in ur ftp server this command will set passive mode on
then you will try to access ur files get and put command

Thanks regard

Fazludeen
Post by Allen K. Smith
The 200 is just saying that it was successful in opening a data port.
The 550 likely means you don't have write access to the destination.
Post by unix syzadmin
Hi,
I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.
Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Shankar Jha
2006-03-24 03:53:06 UTC
Permalink
Hi,
Reconfigure the /etc/vsftpd/vsftpd.conf file,
anon_upload=YES
You will get---------

Shankar
RHCE
Post by unix syzadmin
Hi,
I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.
ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.
Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Navneet Choudhary
2006-03-24 07:40:11 UTC
Permalink
check write permission

rgds/navneet
----- Original Message -----
From: "unix syzadmin" <***@gmail.com>
To: "General Red Hat Linux discussion list" <redhat-***@redhat.com>
Sent: Thursday, March 23, 2006 6:29 PM
Subject: 200 PORT command successful. Consider using PASV.


Hi,

I am trying to ftp to a linux server from my desktop.
I get the following ftp error. Please help.

ftp> hash
Hash mark printing On ftp: (2048 bytes/hash mark) .
ftp> mput *
mput httpd-2.0.55.tar.gz? y
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> put httpd-2.0.55.tar.gz
*200 PORT command successful. Consider using PASV.
550 Permission denied.*
ftp> bye
221 Goodbye.

Thanks & Regards,
-GnanaShekar-
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=subscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-***@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Continue reading on narkive:
Loading...