kiara
04-03-2004, 02:23 PM
I just got hosted and they use FTP. I have no clue whatsoever how to transfer my geocities website to my "new" FTP account...HELP?!
|
View Full Version : Ftp?!!! kiara 04-03-2004, 02:23 PM I just got hosted and they use FTP. I have no clue whatsoever how to transfer my geocities website to my "new" FTP account...HELP?! XxJenny 04-03-2004, 02:25 PM First open up all geocitie pages and get the source for them all copy ALL of it into seperate notepad files save them as blah.html (renaming blah) saving it as a 'All Files' then do the same with images.. then get a ftp program put in all your details and upload them all :) bourdelson 04-03-2004, 02:28 PM Free GeoCities accounts don't allow FTP, unless you're on the UK GeoCities. kiara 04-03-2004, 02:28 PM what exactly do you mean when you say an "FTP program"? edit: Free GeoCities accounts don't allow FTP, unless you're on the UK GeoCities. I switched hosts... kiara 04-03-2004, 02:30 PM Free GeoCities accounts don't allow FTP, unless you're on the UK GeoCities. I switched hosts... XxJenny 04-03-2004, 02:31 PM Ftp program.. Ftp stands for File Transfer Protocol <- or something like that lol cant remember it.. It's a program allowing you to transfer stuff ive been using it for 2 years now and its eassy! Just select and drag and drop :P You can also ftp via internet if you don't want to download any programs.. Heres a good tutorial - http://www.chewedkandi.net/ck/ftp.php bourdelson 04-03-2004, 02:36 PM I switched hosts... Oy, I read your post wrong. Sorry, kiara. :) kiara 04-03-2004, 02:37 PM ohhh I see, that's really easy ^-^ Thanks! XxJenny 04-03-2004, 02:40 PM The only thing bad about the folder ftping is that you can't CHMOD.. but people get round this.. Try the tutorial about CHOMDing with PHP in User Submitted Tutorials starlet 04-03-2004, 02:46 PM You can CHMOD with it...right click the file and select properties. XxJenny 04-03-2004, 02:48 PM ^can you? Theres never been an option for me do that lol roosevelt 04-03-2004, 03:41 PM Just download all the pages, and images with the same way, like put the images on the images folder or whatever. Then get a FTP software, there are bunch of them. But I recommand http://smartftp.com . Then ask your host what is the FTP Host name, like ftp.something.com, then your user id, password and start uploading files. If you the following folders after connecting to FTP, upload the files and folder any of the folders, 'htdocs' 'www' and 'public_html' . Hope this helps kiara 04-05-2004, 10:56 AM gah! I logged in maybe once and now I can't log-in again! It's saying: "Windows cannot access this folder. Make sure you typed the file name correctly and that you have permission to access this folder. Details: The server name or address could not be resolved." but my co-webmisstress can...what's going on?! (I'm entering everything correctly) Rosey 04-05-2004, 05:38 PM what program are you using and what are your settings? (don't post the password) kiara 04-05-2004, 07:24 PM I'm just going to ftp.autumn-storm.net (my host) then I go to loggin as and I see a screen that asks for the FTP server, username and password...the FTP server is already filled in and I type my username ( burningtheshadows@autumn-storm.net ) and my password and click log-on...then I get that error message... Rosey 04-05-2004, 07:34 PM have you tried without the @autumn-storm.net ? it does seem like you have everything right. I know in ws ftp po, you can choose which folder you want it to go to, have you set up anything there? I'm assuming your host set a folder up for you and that's where you go. What program are you using? sk89q 04-05-2004, 10:57 PM They're using Windows! Windows is a horrible FTP client... it takes like 10x to upload something than other clients. Try getting another one, such as http://www.smartftp.com as roosevelt suggested - it's free for personal use. jared21 04-06-2004, 08:56 AM I'm just going to ftp.autumn-storm.net (my host) then I go to loggin as and I see a screen that asks for the FTP server, username and password...the FTP server is already filled in and I type my username ( burningtheshadows@autumn-storm.net ) and my password and click log-on...then I get that error message... try without ftp. just input autumn-storm.net instead. :) kiara 04-06-2004, 10:35 AM try without ftp. just input autumn-storm.net instead. :) but autumn-storm.net is my host...it's not like I CAN just imput autumn-storm.net and start right away on my website. kiara 04-06-2004, 11:07 AM They're using Windows! Windows is a horrible FTP client... it takes like 10x to upload something than other clients. Try getting another one, such as http://www.smartftp.com as roosevelt suggested - it's free for personal use. Thanks! I just started to use it and it's great! It actually lets me log-in lol! Stormx 04-06-2004, 01:00 PM I've been using FTP for a year or so now. Its the best one to use. BTW, Some hosts, even if they do have PHP and FTP support, don't allow CHMOD anyway. Carefull with that. From my experience, a good host needs FTP, PHP, CHMOD abilitys, MySQL and PHP Safe Mode Turned OFF kiara 04-06-2004, 07:21 PM what exactly is CHMOD? pb&j 04-06-2004, 07:25 PM CHMOD = CHange MODe. it is a set of numbers that give "permission" for the file to be seen or used by the user or visitor. kiara 04-06-2004, 07:27 PM as in... pb&j 04-06-2004, 07:57 PM as in... if a specific file is allowed to be accessed or executed by you or not, if a specific file is allowed to be accessed or executed by a visitor to your site, or if a specific file is allowed to be accessed or executed on a global scale. it sets the reading, writing, and executing properties of the file in regards to you, visitors, and globally. kiara 04-06-2004, 11:40 PM oh okay thanks ^-^ sk89q 04-07-2004, 01:10 AM It only applies to some operating systems. Windows, for example, doesn't have CHMOD. Its extent is Read Only and not Read Only, so you don't need CHMOD. Any script can write to any file it wants (as long as it's not read only). ;) |