Raw directory-list in wrong format.
|
The format given by the server on PHP function ftp_rawlist()was wrong. Check if the
directory you wanted to be listed is correct and you have access to listing it.
|
Specify a correct directory path (eg. /my/file/path/, ../)
and check (maybe change) the rights on it.
|
Could not get last-modification-date of '$file'.
|
The last-modification date could not be determined by PHP. Reasons for this might be
that your FTP-server does not support the used command or that you gave the function a
non existent file as reference.
|
|
Date-format failed on timestamp '$res'.
|
The given format-string was not well formated.
|
Check the documentation of the PHP function date().
|