A site is on IP address - 192.168.0.2
A site will contain many videos and photos. For this purpose I use ftp://192.168.0.5/dru

Now...

Home » Administer » Site configuration » File system

File system path: ftp://login in ftp:pass@192.168.0.5/dru/files

The directory ftp://login in ftp:pass@192.168.0.5/dru/files is not writable. ????????

Folder - /dru/files CHMOD=777

FireFox - FireFtp (plagin for FireFox add function FTP-client)

Log FireFtp:

220 192.168.0.5 FTP server ready
USER mylogin
331 Password required for mylogin
PASS (password not shown)
230 Now apload/download files
CWD /dru/files
250 CWD command successful
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (192,168,0,5,166,5).
STOR 03.jpg
150 Opening BINARY mode data connection for 03.jpg
226 Transfer complete
TYPE A
200 Type set to A
PASV
227 Entering Passive Mode (192,168,0,5,154,102).
LIST
150 Opening ASCII mode data connection for file list
226 Transfer complete
NOOP
200 NOOP command successful

Why - The directory ftp://login in ftp:pass@192.168.0.5/dru/files is not writable. ????????

Comments

rold’s picture

Why - The directory ftp://login in ftp:pass@192.168.0.5/dru/files is not writable. ??????