Welcome Guest, Not a member yet? Register   Sign In
online ftp connect error using ftp library of CI?
#1

[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.




Theme © iAndrew 2016 - Forum software by © MyBB