After searching for Error codes in FileZilla [networking - Filezilla timeout after 20 seconds of inactivity - Super User], I realized something to do with my ISP settings. and After Enabling FTP ALG(Application Level GateWay) Pass through under NAT(Network Address Translation) in ISP modem settings then it worked
Before Changing the Flag:
2020-05-26 21:52:27 17296 1 Status: Resolving address of ftpupload.net
2020-05-26 21:52:27 17296 1 Status: Connecting to 185.27.134.11:21…
2020-05-26 21:52:48 17296 1 Status: Connection attempt failed with “ETIMEDOUT - Connection attempt timed out”.
2020-05-26 21:52:48 17296 1 Error: Could not connect to server
2020-05-26 21:52:48 17296 1 Status: Waiting to retry…
After Enabling FTP in NAT ALG pass through, Log:
2020-05-26 21:56:39 17296 1 Status: Resolving address of ftpupload.net
2020-05-26 21:56:39 17296 1 Status: Connecting to 185.27.134.11:21…
2020-05-26 21:56:40 17296 1 Status: Connection established, waiting for welcome message…
2020-05-26 21:56:40 17296 1 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
2020-05-26 21:56:40 17296 1 Response: 220-You are user number 787 of 6900 allowed.
2020-05-26 21:56:40 17296 1 Response: 220-Local time is now 12:26. Server port: 21.
2020-05-26 21:56:40 17296 1 Response: 220-This is a private system - No anonymous login
2020-05-26 21:56:40 17296 1 Response: 220 You will be disconnected after 60 seconds of inactivity.
2020-05-26 21:56:40 17296 1 Command: AUTH TLS
2020-05-26 21:56:40 17296 1 Response: 234 AUTH TLS OK.
2020-05-26 21:56:40 17296 1 Status: Initializing TLS…
2020-05-26 21:56:40 17296 1 Status: Verifying certificate…
2020-05-26 21:56:40 17296 1 Status: TLS connection established.
2020-05-26 21:56:40 17296 1 Command: USER XXXXXXXXXXXX
2020-05-26 21:56:40 17296 1 Response: 331 User XXXXXXXXXXXX OK. Password required
2020-05-26 21:56:40 17296 1 Command: PASS *********
2020-05-26 21:56:41 17296 1 Response: 230-Your bandwidth usage is restricted
2020-05-26 21:56:41 17296 1 Response: 230 OK. Current restricted directory is /
2020-05-26 21:56:41 17296 1 Command: SYST
2020-05-26 21:56:41 17296 1 Response: 215 UNIX Type: L8
2020-05-26 21:56:41 17296 1 Command: FEAT
2020-05-26 21:56:41 17296 1 Response: 211-Extensions supported:
2020-05-26 21:56:41 17296 1 Response: EPRT
2020-05-26 21:56:41 17296 1 Response: IDLE
2020-05-26 21:56:41 17296 1 Response: MDTM
2020-05-26 21:56:41 17296 1 Response: SIZE
2020-05-26 21:56:41 17296 1 Response: REST STREAM
2020-05-26 21:56:41 17296 1 Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
2020-05-26 21:56:41 17296 1 Response: MLSD
2020-05-26 21:56:41 17296 1 Response: AUTH TLS
2020-05-26 21:56:41 17296 1 Response: PBSZ
2020-05-26 21:56:41 17296 1 Response: PROT
2020-05-26 21:56:41 17296 1 Response: UTF8
2020-05-26 21:56:41 17296 1 Response: ESTA
2020-05-26 21:56:41 17296 1 Response: PASV
2020-05-26 21:56:41 17296 1 Response: EPSV
2020-05-26 21:56:41 17296 1 Response: SPSV
2020-05-26 21:56:41 17296 1 Response: ESTP
2020-05-26 21:56:41 17296 1 Response: 211 End.
2020-05-26 21:56:41 17296 1 Command: OPTS UTF8 ON
2020-05-26 21:56:41 17296 1 Response: 200 OK, UTF-8 enabled
2020-05-26 21:56:41 17296 1 Command: PBSZ 0
2020-05-26 21:56:41 17296 1 Response: 200 PBSZ=0
2020-05-26 21:56:41 17296 1 Command: PROT P
2020-05-26 21:56:42 17296 1 Response: 200 Data protection level set to “private”
2020-05-26 21:56:42 17296 1 Status: Logged in
2020-05-26 21:56:42 17296 1 Status: Retrieving directory listing…
2020-05-26 21:56:42 17296 1 Command: PWD
2020-05-26 21:56:42 17296 1 Response: 257 “/” is your current location
2020-05-26 21:56:42 17296 1 Command: TYPE I
2020-05-26 21:56:42 17296 1 Response: 200 TYPE is now 8-bit binary
2020-05-26 21:56:42 17296 1 Command: PASV
2020-05-26 21:56:42 17296 1 Response: 227 Entering Passive Mode (185,27,134,11,201,105)
2020-05-26 21:56:42 17296 1 Command: MLSD
2020-05-26 21:56:42 17296 1 Response: 150 Accepted data connection
2020-05-26 21:56:43 17296 1 Response: 226-Options: -a -l
2020-05-26 21:56:43 17296 1 Response: 226 6 matches total
2020-05-26 21:56:43 17296 1 Status: Directory listing of “/” successful
This kind of debugging is difficult for Non-Technical guys. I would like to suggest @Admin to add connection issue also to Help/FAQ doc so that it will help beginers.
Thank you @Magnus for your time.