CodeIgniter Forums
online ftp connect error using ftp library of CI? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: online ftp connect error using ftp library of CI? (/showthread.php?tid=26420)



online ftp connect error using ftp library of CI? - El Forum - 01-13-2010

[eluser]Zeeshan Rasool[/eluser]
Dear all,
I am trying to connect to google server through FTP and uploading a Xml file but its fine on local server. I mean, if i connect to uploads.google.com from my local server then its fine and uploads XML to google base feed. But when i try this online it gives error. Do i need any configuration for my online server to connect to google server through FTP.
One Thing that i checked the online server configuration it shows
FTP support enabled

I have printed my ftp config array:
Code:
Array
(
    [hostname] => uploads.google.com
    [username] => zeeshan2010
    [password] => ci2010
    [port] => 21
    [debug] => 1
)
ERROR:
Unable to connect to your FTP server using the supplied hostname.
Please give me any idea about this why it failed to connect.