cd ftp://ftp************
---- Connecting to wp************ port 21
<— 220 ::ffff:5************ FTP server ready
—> FEAT
<— 211-Features:
<— AUTH TLS
<— CCC
<— CLNT
<— EPRT
<— EPSV
<— HOST
<— LANG en-US;fr-FR;ja-JP;ko-KR;zh-CN;es-ES;it-IT;ru-RU.UTF-8;ru-RU
<— MDTM
<— MFF modify;UNIX.group;UNIX.mode;
<— MFMT
<— MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.groupname*;UNIX.mode*;UNIX.owner*;UNIX.ownername*;
<— PBSZ
<— PROT
<— REST STREAM
<— SIZE
<— SSCN
<— TVFS
<— UTF8
<— 211 End
—> CLNT lftp/4.8.4
<— 200 OK
—> LANG
<— 200 Using default language en_US.UTF-8
—> OPTS UTF8 ON
<— 200 UTF8 set to on
—> HOST w************
<— 504 w************ Unknown hostname provided
—> USER ftp************
<— 331 Password required for ftp************
—> PASS ************
<— 230 User ftp************ logged in
—> OPTS MLST modify;perm;size;type;UNIX.group;UNIX.mode;UNIX.owner
<— 200 MLST OPTS modify;perm;size;type;UNIX.group;UNIX.mode;
—> PWD
<— 257 “/” is the current directory
---- CWD path to be sent is `/www/crass-ai/app’
—> CWD /www/crass-ai/app
<— 250 CWD command successful
cd ok, cwd=/www/crass-ai/app
rm dmxConnect/api/__exec_query.php
—> DELE dmxConnect/api/__exec_query.php
<— 550 dmxConnect/api/__exec_query.php: No such file or directory
rm: Access failed: 550 dmxConnect/api/__exec_query.php: No such file or directory
—> QUIT
<— 221 Goodbye.
---- Closing control socket
I planned to setup a structure which might be more flexible, as I have a protected ressource: https://www.crass.ai/databaseapi/ which provides a REST API for my database, so some external partners can access it.
I, probably, could move it to a subfolder of the actual website and have the index files on the “upper” level, if that helps.