Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

Cant connect to FTP if

General questions about VestaCP
Post Reply
  • Print view
Advanced search
9 posts • Page 1 of 1
pipoy
Posts: 112
Joined: Mon Sep 11, 2017 8:02 am

Os: CentOS 6x
Web: apache
Cant connect to FTP if
  • Quote

Post by pipoy » Tue Jul 03, 2018 5:48 am

Hi,

I cannot connect to FTP with these settings

Use explicit FTP over TLS if available
Require explicit FTP over TLS
Require implicit FTP over TLS

I can only connect using Only use plain FTP (insecure)

Before I can use them. But I think with the new versions, I seem to cannot establish connection

How can I use Use explicit FTP over TLS if available?
Top

Felix
Posts: 134
Joined: Tue Aug 04, 2015 7:15 pm

Os: Ubuntu 15x
Web: apache + nginx
Re: Cant connect to FTP if
  • Quote

Post by Felix » Tue Jul 03, 2018 6:55 am

I've seen strange problems with FTP clients like CuteFTP. I suggest you try FileZilla which works like a charm.
Top

pipoy
Posts: 112
Joined: Mon Sep 11, 2017 8:02 am

Os: CentOS 6x
Web: apache
Re: Cant connect to FTP if
  • Quote

Post by pipoy » Tue Jul 03, 2018 7:14 am

Felix wrote: ↑
Tue Jul 03, 2018 6:55 am
I've seen strange problems with FTP clients like CuteFTP. I suggest you try FileZilla which works like a charm.
Sorry but I forgot to mention that I use Filezilla
Top

pabbae
Posts: 23
Joined: Fri Feb 03, 2017 6:58 pm

Os: CentOS 6x
Web: apache + nginx
Re: Cant connect to FTP if
  • Quote

Post by pabbae » Tue Jul 03, 2018 3:43 pm

Yep.. same situation here... I can only use plain text :(
Top

pipoy
Posts: 112
Joined: Mon Sep 11, 2017 8:02 am

Os: CentOS 6x
Web: apache
Re: Cant connect to FTP if
  • Quote

Post by pipoy » Wed Jul 11, 2018 4:57 pm

anyone?
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: Cant connect to FTP if
  • Quote

Post by ScIT » Wed Jul 11, 2018 6:34 pm

do you have enabled ssl in vsftpd config? (/etc/vsftpd.conf)
Top

pipoy
Posts: 112
Joined: Mon Sep 11, 2017 8:02 am

Os: CentOS 6x
Web: apache
Re: Cant connect to FTP if
  • Quote

Post by pipoy » Fri Jul 13, 2018 12:00 am

this is my config

Code: Select all

anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
anon_umask=022
anon_upload_enable=NO
dirmessage_enable=YES
xferlog_enable=YES
dual_log_enable=YES
connect_from_port_20=YES
xferlog_std_format=YES
chroot_local_user=YES
allow_writeable_chroot=YES
listen=YES
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
force_dot_files=YES
ascii_upload_enable=YES
ascii_download_enable=YES
pasv_enable=YES
pasv_max_port=12100
pasv_min_port=12000
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: Cant connect to FTP if
  • Quote

Post by ScIT » Fri Jul 13, 2018 6:47 am

Add this to your config file:

Code: Select all

rsa_cert_file=/usr/local/vesta/ssl/certificate.crt
rsa_private_key_file=/usr/local/vesta/ssl/certificate.key
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
require_ssl_reuse=NO
ssl_ciphers=HIGH
then restart vsftpd service.

Maybe you've to ajust it to your configuration you want to have - for example I do not force ssl.
Top

cybersholt
Posts: 3
Joined: Fri Jan 26, 2018 6:33 pm
Contact:
Contact cybersholt
Website

Os: CentOS 6x
Web: nginx + php-fpm
Re: Cant connect to FTP if
  • Quote

Post by cybersholt » Sat Jul 13, 2019 3:48 pm

ScIT wrote: ↑
Fri Jul 13, 2018 6:47 am
Add this to your config file:

Code: Select all

rsa_cert_file=/usr/local/vesta/ssl/certificate.crt
rsa_private_key_file=/usr/local/vesta/ssl/certificate.key
ssl_enable=YES
allow_anon_ssl=NO
force_local_data_ssl=NO
force_local_logins_ssl=NO
ssl_tlsv1=YES
ssl_sslv2=NO
ssl_sslv3=NO
require_ssl_reuse=NO
ssl_ciphers=HIGH
then restart vsftpd service.

Maybe you've to adjust it to your configuration you want to have - for example I do not force ssl.
This works well

@ScIT thanks!
Top


Post Reply
  • Print view

9 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password