FTP Test
Check FTP port connectivity and read the server banner without logging in.
FTP Test
DNS & NetworkNewCheck FTP port connectivity and read the server banner without logging in.
Test FTP host, port, username, password, optional FTPS, and directory listing access.
Test FTP host, port, username, password, optional FTPS, and directory listing access.
CLI equivalent
nc -vz ftp.example.com 21Checks run from the app server against public hosts. Private, localhost, and internal network targets are blocked for safety.
Yes. It attempts FTP login using the credentials you enter and then tries to list the selected path.
The port may appear closed or timed out from this tool even when it is reachable from your office or hosting network.