ecore_con: fix ftp upload function to follow documentation.
authorSrivardhan Hebbar <sri.hebbar@samsung.com>
Fri, 27 Mar 2015 17:39:57 +0000 (18:39 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 27 Mar 2015 17:41:05 +0000 (18:41 +0100)
commit3a64b0ccd39c7dbdc2f307ee4098920ac7e14a9e
tree62785b5409e4e0e3ef6c4259f31993af215f9359
parent940f2e72f934ba1987b3326b7b8655b66d41af9d
ecore_con: fix ftp upload function to follow documentation.

Summary:
While creating a Ecore_con_url object, the url is given in this format "ftp://ftp.example.com". While uploading a file, this function was prefixing "ftp://" to this url which resulted in DNS failure, and upload fail. So corrected the issue.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>
Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2221

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_con/ecore_con_url.c