I have went through many threads in this forums, understood important steps like enabling FTP Access in My Cloud settings and entering the appropriate user name and password (which is the same user login as within My Cloud) when logging in using FTP software.
Both none worked. I have no idea why.
When I use those FTP software and enter my login details, they said “421 Login incorrect” on Filezilla or “Access denied” on WinSCP. While on Chrome browser, it just refreshs and prompts for login details again.
Are you trying to access your FTP server from a different network than the one in which your MyCLoud is sitting. If yes can you try to access the FTP server from within the network in which your MyCloud resides.
Port forwarding your machine with port 21 is not enough. That’s only the trigger port that establish the connection. After that vsftpd needs more ports to be opened and forwarded by your router in order to upload/download/get list of folders etc.
So, first look at /etc/vsftpd.conf for that:
My conf for example has this port range:
pasv_min_port=64000
pasv_max_port=64321
All you need to do is add the exact port range to your router, together with port 21, and you’ll be able to establish ftp connection from the internet
I have went through many threads in this forums, understood important steps like enabling FTP Access in My Cloud settings and entering the appropriate user name and password (which is the same user login as within My Cloud) when logging in using FTP software.
Both none worked. I have no idea why.
When I use those FTP software and enter my login details, they said “421 Login incorrect” on Filezilla or “Access denied” on WinSCP. While on Chrome browser, it just refreshs and prompts for login details again.
Can someone enlighten me? :confounded:
Well, first, “421” appears to show there is something else going on. That error code refers to:
“Error 421 Service not available, closing control connection. Error 421 User limit reached Error 421 You are not authorized to make the connection Error 421 Max connections reached Error 421 Max connections exceeded”
Normally it will be a “530 Login incorrect” if it’s just a problem with username/password. The 530 code is: