Welcome Guest, Not a member yet? Register   Sign In
FTP Class: file_exists() does not work
#3

[eluser]Aken[/eluser]
PHP file commands are relevant to the local server that PHP is installed on. The FTP class utilizes the ftp_* set of functions.

You can use $this->ftp->list_files() to get a list of current files and see if it is uploaded. Or you can extend the FTP library with additional functionality. If you do the latter, consider contributing those additions to CodeIgniter's Github repo to expand CI.


Messages In This Thread
FTP Class: file_exists() does not work - by El Forum - 11-27-2012, 05:57 PM
FTP Class: file_exists() does not work - by El Forum - 11-27-2012, 06:10 PM
FTP Class: file_exists() does not work - by El Forum - 11-27-2012, 07:03 PM
FTP Class: file_exists() does not work - by El Forum - 11-28-2012, 09:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB