i have problem with ftp - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: i have problem with ftp (/thread-4957.html) |
i have problem with ftp - Alex1 - 11-17-2008 08:58 PM Hello, i connect to ftp but others do not why? RE: i have problem with ftp - joximu - 11-17-2008 09:06 PM how should we know? (without any info from your server, config, etc...) /J RE: i have problem with ftp - Alex1 - 11-17-2008 09:07 PM That's my config # Set off to disable IPv6 support which is annoying on IPv4 only boxes. UseIPv6 off ServerName "optirlanbg.com" ServerType standalone DeferWelcome off MultilineRFC2228 on DefaultServer on ShowSymlinks on AllowOverwrite on UseReverseDNS off IdentLookups off AllowStoreRestart on AllowForeignAddress on RE: i have problem with ftp - joximu - 11-17-2008 09:29 PM Hi this is all of your proftpd.conf? Well, then only local (linux) users will be allowed to login - if you don't setup the connection to mysql (where the ispcp-ftp-users are stored) you won't get the expected results... You had a more or less running config (http://www.isp-control.net/forum/showthread.php?tid=4936) but now you reinstalled the proftpd packages and the config is gone??? /J RE: i have problem with ftp - Alex1 - 11-17-2008 09:33 PM no this is all conf http://ns69.eu/proftpd.conf RE: i have problem with ftp - joximu - 11-17-2008 10:31 PM ok, looks better... so, you can login via ftp and the customers cannot? mostly it's the unconvenient username which ispcp needs. ftp-user@domain.tld - as created in the ispcp panel... You can see all ftp users in the mysql table (ispcp.ftp_users). If this is not the reason then I think you need to debug the ftp session. Stop proftpd, start it manually: proftpd -d -n 5 let the client login and see what's written on the console... (stop with ctrl-c) /J |