curlftpfs -v -o allow_other -o user=XXX:xxx ftp.ace.aliyun.com:2222 /root/mnt/godaddy
* Couldn't find host ftp.ace.aliyun.com in the .netrc file, using defaults
* About to connect() to ftp.ace.aliyun.com port 2222
* Trying 110.76.41.133... * connected
* Connected to ftp.ace.aliyun.com (110.76.41.133) port 2222
< 220 Service ready for new user.
> USER 31999
< 331 User name okay, need password for XXX.
> PASS XXX
< 230 User logged in, proceed.
> PWD
< 257 "/" is current directory.
* Entry path is '/'
* Connection #0 to host ftp.ace.aliyun.com left intact
fuse: device not found, try 'modprobe fuse' first
> QUIT
< 221 Goodbye.
* Closing connection #0