View Single Post
Old 10-10-2011, 01:26 PM  
X3
Senior Member
 
X3's Avatar
 
Join Date: Feb 2006
Location: location, location.
Posts: 324
Default

I use VSFTPD

hers my config

Code:
listen=YES
pasv_min_port=49152
pasv_max_port=65535
pasv_promiscuous=YES
local_max_rate=0
local_enable=YES
write_enable=YES
local_umask=077
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
port_enable=NO
chown_uploads=YES
chown_username=myusername
ftpd_banner=Welcome to FTP Server
chroot_local_user=NO
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
async_abor_enable=YES
cmds_allowed=ABOR,APPE,CWD,DELE,HELP,LIST,MDTM,MKD,NLST,PASS,PASV,PWD,QUIT,RETR,RMD,RNFR,RNTO,SIZE,STOR,TYPE,USER
anon_mkdir_write_enable=NO
anon_other_write_enable=NO
force_dot_files=YES
tcp_wrappers=YES
xferlog_file=/home/vsftpd/xferlog.log
vsftpd_log_file=/home/vsftpd/vsftpd.log
and that works a treat with FXP

You are enabling TLSv1 SSLv2 and SSLv3 yet when you connect the server responds with PROT C which disables any security, you should enable only the Security you use in this case TLSV1

Se thers a few things for you to look at and change play with, but your issue is not with flashFXP its a server configuration issue.

Also as a last note dont forget to open the Ports on the router if your planning on accessing the servers with the external IP and you also may need to setup a NOIP or Dyn DNS and configure your router properly.
__________________
Regards
X3 is offline