Hello, I've just installed ISPConfig on a new Ubuntu 10.04 installation. When i'm trying to make a ftp session localy i can login and create files/folders Now i want to upload some files with Filezilla, but is get the following in Filezilla; Code: atus: Connecting to 192.168.0.36:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 09:25. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER psprinte1 Response: 331 User psprinte1 OK. Password required Command: PASS ********* Response: 230-User psprinte1 has group access to: client1 sshusers Response: 230 OK. Current restricted directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: AUTH TLS Response: PBSZ Response: PROT Response: UTF8 Response: ESTA Response: PASV Response: EPSV Response: SPSV Response: ESTP Response: 211 End. Command: OPTS UTF8 ON Response: 550 Access is denied. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (192,168,0,36,50,72) Command: MLSD Response: 550 Access is denied. Error: Failed to retrieve directory listing When i'm trying to make a ftp- connection from a windows client from the dos-prompt, i can login but when i'm trying to make a folder with MKDIR i'm getting a 550 access denied message. What can i do to make users to connect from a remote location?
thanks, i've tryed a connection without the firewall and it works. Now i've to find out how te reconfigure my firewall.