[Plugin: CDN Sync Tool] FTP Upload fails
-
Hy,
there is a bug in the FTP login function.
In File cdn-sync-tool/lib/Cdn/Ftp.php on line 39 you have to change
if ( !$this->resFtp = ftp_connect($this->credentials["hostname"],$this->credentials["port"]) ){
to
if ( !$this->resFtp = ftp_connect($this->credentials["server"],$this->credentials["port"]) ){
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: CDN Sync Tool] FTP Upload fails’ is closed to new replies.