LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   FTP could not able to access using filezilla (https://www.linuxquestions.org/questions/linux-server-73/ftp-could-not-able-to-access-using-filezilla-902759/)

jsaravana87 09-13-2011 06:14 AM

FTP could not able to access using filezilla
 
Hi,

i solved the problem of filezilla accessing ftp server by changing the transfer mode in filezilla to default to active now. i can login using filezilla. i could int able to login file server using window internet explorer terminal ..can somebody help me in these issue

i had opened ftp port in firewall for all network
i checked out the permission for folder
~$ ftp 16.10.23.65
Connected to 16.10.23.65.
220 (vsFTPd 2.0.5)
Name (16.10.23.65:niranjan): LINUX
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls

drwxr-xr-x 3 0 0 4096 Mar 31 05:38 backup


Status: Connecting to 16.10.23.65...
Status: Connection established, waiting for welcome message...
Response: 220 (vsFTPd 2.0.5)
Command: USER
Response: 331 Please specify the password.
Command: PASS *******
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/var/temp"
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (16.10.23.65,88,157)
Command: LIST
connection timeout

i had opened ftp port in firewall for all network
regards
arun

{BBI}Nexus{BBI} 09-13-2011 11:51 PM

Quote:

Troubleshooting FTP

You should always test your FTP installation by attempting to use an FTP client to log in to your FTP server to transfer sample files.

The most common sources of day-to-day failures are incorrect usernames and passwords.

Initial setup failures could be caused by firewalls along the path between the client and server blocking some or all types of FTP traffic. Typical symptoms of this are either connection timeouts or the ability to use the ls command to view the contents of a directory without the ability to either upload or download files. Follow the firewall rule guidelines to help overcome this problem. Connection problems could also be the result of typical network issues outlined in Chapter 4,
Taken from: Quick_HOWTO_:_Ch15_:_Linux_FTP_Server_Setup

zackwasa 09-14-2011 04:23 AM

your firewall is blocking passive connections to the FTP server.

You need to make vsftpd use a specific port range and then you need to open that port range in the firewall. Try this thread where the same problem is discussed:
http://www.linuxquestions.org/questi...89#post4471289

RMI


All times are GMT -5. The time now is 09:09 PM.