Before posting, and to avoid disappointment, please read the following:

  • This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
  • If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.

ProFTPD FTP with windows 10 connection issue

SyncBackFree is the freeware version of SyncBack. It is *not* an evaluation version of SyncBackPro/SE.
Post Reply
junkts
Newbie
Newbie
Posts: 2
Joined: Tue May 21, 2019 8:05 am

ProFTPD FTP with windows 10 connection issue

Post by junkts »

1


I have one server, Linux based, I use for some years like a backup cloud server. This work very well with client like Windows 7, Ubuntu and Android. But Not with Windows 10.
All programs I'ave used for connection work well without problem from years with this clients.
Now I would like connect another computer for online backup with SyncBackFree or freefilesync on windows 10 operative system and I'ave problem with FTP connection.
To do a test I also tried the ftp connection with filezilla and even here with win 10 I find the same problem.

The program I use like server FTP is vsftpd, but I'ave try also ProFTPD with the same problem.

Here some test:

server FTP on linux system ProFTPD (with vsftpd is very similar result)

----------------Test connection 1:
client SyncBackFree on Windows 10 32bit

Code: Select all

13/01/2019 03:48:33: SyncBackFree V8.5.97.0  
13/01/2019 03:48:33: Windows 10 build 17134  
13/01/2019 03:48:33: Resolving host name "82.**.**.**"  
13/01/2019 03:48:33: Connecting to 82.**.**.** Port: 25  
13/01/2019 03:48:33: Connected to 82.**.**.**.    
13/01/2019 03:48:34: 220 ProFTPD 1.3.5a Server (MaxServerFtp) [192.168.1.8]  
13/01/2019 03:48:34: USER odroid  
13/01/2019 03:48:34: 331 Password required for odroid  
13/01/2019 03:48:34: PASS (hidden)  
13/01/2019 03:48:35: 230 User odroid logged in  
13/01/2019 03:48:35: SYST  
13/01/2019 03:48:35: 215 UNIX Type: L8  
13/01/2019 03:48:35: Detected Server Type: UNIX  
13/01/2019 03:48:35: RTT: 26.404 ms 
13/01/2019 03:48:35: FEAT  
13/01/2019 03:48:35: 211-Features:  
13/01/2019 03:48:35: SITE MKDIR  
13/01/2019 03:49:36: Timeout (60s).  
13/01/2019 03:49:36: 3  
13/01/2019 03:49:36: Client closed the connection. 
---------------Test connection 2:
freefilesync on Windows 10 32bit

CURLE_OPERATION_TIMEDOUT: server response timeout
SITE MKDIR [curl_easy_perform]
---------------Test connection 3:
filezilla client on Windows 10 32bit

Code: Select all

Stato:  Connessione a 82.**.**.**:25...  
Stato:  Connessione stabilita, in attesa del messaggio di benvenuto...  
Stato:  Server non sicuro, non supporta FTP su TLS.  
Comando:    USER odroid  
Risposta:   331 Password required for odroid  
Comando:    PASS **************  
Risposta:   230 User odroid logged in  
Comando:    SYST  
Risposta:   215 UNIX Type: L8  
Comando:    FEAT  
Risposta:   211-Features:  
Risposta:    SITE MKDIR  
Errore: Timeout connessione dopo 20 secondi di inattività  
Errore: Impossibile collegarsi al server  
Stato:  In attesa di un nuovo tentativo...  
Stato:  Connessione a 82.**.**.**:25...  
Stato:  Connessione stabilita, in attesa del messaggio di benvenuto...  
Risposta:   220 ProFTPD 1.3.5a Server (MaxServerFtp) [192.168.1.8]  
Comando:    AUTH TLS  
Risposta:   500 AUTH not understood  
Comando:    AUTH SSL  
Risposta:   500 AUTH not understood  
Stato:  Server non sicuro, non supporta FTP su TLS.  
Comando:    USER odroid  
Risposta:   331 Password required for odroid  
Comando:    PASS **************  
Risposta:   230 User odroid logged in  
Comando:    FEAT  
Risposta:   211-Features:  
Risposta:    SITE MKDIR  
Errore: Tentativo di connessione interrotto dall'utente  
Can someone help me? Any help would be highly appreciated.
des421
Enthusiastic
Enthusiastic
Posts: 15
Joined: Sat Mar 12, 2005 5:05 pm

Re: ProFTPD FTP with windows 10 connection issue

Post by des421 »

junkts
Newbie
Newbie
Posts: 2
Joined: Tue May 21, 2019 8:05 am

Re: ProFTPD FTP with windows 10 connection issue

Post by junkts »

Thank support!
Post Reply