CodeIgniter Forums
moving files from one server to another using 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: moving files from one server to another using CI (/showthread.php?tid=6941)



moving files from one server to another using CI - El Forum - 03-18-2008

[eluser]A.M.F[/eluser]
is there a way to move or copy files like images or SWFs from one server to another?


moving files from one server to another using CI - El Forum - 03-18-2008

[eluser]mglinski[/eluser]
FTP FTW!

http://ellislab.com/codeigniter/user-guide/libraries/ftp.html

-Matt


moving files from one server to another using CI - El Forum - 03-18-2008

[eluser]A.M.F[/eluser]
what if i don't know the server detailes?
i want to make something like in here:
http://www.imageshack.us/
see there is also a "url" option


moving files from one server to another using CI - El Forum - 03-18-2008

[eluser]mglinski[/eluser]
Take a look at the file transfer class, part of Firewood.
-Matt