curl
ftp://111.111.111.111/public_html/ --user logintest
asswordtest -v
* About to connect() to 111.111.111.111 port 21 (#0)
* Trying 111.111.111.111... connected
* Connected to 111.111.111.111 port 21 (#0)
< 220 FTP Server ready.
> USER logintest
< 331 Password required for logintest
> PASS passwordtest
< 230 User logintest logged in.
> PWD
< 257 "/" is the current directory
* Entry path is '/'
> CWD public_html
< 250 CWD command successful
> EPSV
* Connect data stream passively
< 229 Entering Extended Passive Mode (|||38534|)
* Trying 111.111.111.111... connected
* Connecting to 111.111.111.111 (111.111.111.111) port 38534
> TYPE A
< 200 Type set to A
> LIST
< 150 Opening ASCII mode data connection for file list
* Maxdownload = -1
drwxr-x--- 3 meteo1 meteo1 4096 Feb 20 10:03 .
drwxr-xr-x 7 meteo1 meteo1 4096 Jul 4 20:03 ..
drwxr-xr-x 2 meteo1 meteo1 4096 Jul 2 02:00 stats
* Remembering we are in dir "public_html/"
< 226 Transfer complete
* Connection #0 to host 111.111.111.111 left intact
> QUIT
< 221 Goodbye.
* Closing connection #0
Thank you !