Welcome Guest, Not a member yet? Register   Sign In
FTP Issues
#2

[eluser]anthrt[/eluser]
It won't show an error because you have suppressed the errors by using a @ at the start of this line:

Code:
$result = @ftp_get($this->conn_id, $loc_folder.'/'.$loc_filename, $rem_filename, $mode);


Messages In This Thread
FTP Issues - by El Forum - 07-27-2010, 03:58 PM
FTP Issues - by El Forum - 07-27-2010, 09:51 PM
FTP Issues - by El Forum - 07-28-2010, 10:02 AM
FTP Issues - by El Forum - 07-28-2010, 12:13 PM
FTP Issues - by El Forum - 07-28-2010, 03:22 PM
FTP Issues - by El Forum - 07-28-2010, 04:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB