LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   vsftp problem (https://www.linuxquestions.org/questions/red-hat-31/vsftp-problem-504216/)

Ypnos 11-23-2006 08:11 AM

vsftp problem
 
Hi all

I'm having a weird problem with my new Linux setup...

Currently we're running a HP-Unix box and are soon migrating to a RedHat Linux box.

I have set vsftp up on the Linux server, which I can log into from the HP server, I can receive files from it, but can't send any...

Below is an example:
Code:

mngr (mentor01) > ftp linux
Connected to LINUX.
220 BT MENTOR FTP Server.
Name (linux:mngr): mngr
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /tmp
250 Directory successfully changed.
ftp> put test1
200 PORT command successful. Consider using PASV.
550 Permission denied.
ftp> get test2
200 PORT command successful. Consider using PASV.
150 Opening BINARY mode data connection for test2 (19 bytes).
226 File send OK.
19 bytes received in 0.01 seconds (1.65 Kbytes/s)

Any help would be greatly appreciated...

immortaltechnique 11-23-2006 10:00 AM

Do you have both pasv_enable and port_enable set to "yes" in vsftpd.conf? If so, try disabling one or the other perhaps to try prevening the user from having to make a choice. I'm just guessing here.

nitinb 11-24-2006 03:53 AM

Have a look at following as well:

http://kbase.redhat.com/faq/FAQ_45_2450.shtm


All times are GMT -5. The time now is 12:16 AM.