Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-29-2005, 01:24 PM   #1
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Question Uploading a Website via FTP

I am uploading a website for a friend, but it needs to be uploaded by FTP. I have logged onto ftp://www.mywebsite.com with the using the username and password. it then comes a blank window with nothing in it. Can you all help me and tell me what I need to do to upload this site.

Thanks

Jason
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 01:25 PM   #2
PCMech: Saving Lives
 
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
What program are you using to upload the files?

If it is Windows Explorer and this is empty then just copy and paste the files into the window.
__________________
WhatsThisBoxFor? is offline   Reply With Quote
Old 06-29-2005, 02:38 PM   #3
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by WhatsThisBoxFor?
What program are you using to upload the files?

If it is Windows Explorer and this is empty then just copy and paste the files into the window.

Hi, I need some recommendations for programs to use I am a novice! I tryed copying the files in but it took to long! Seemed liked it didn't do anything!

Thanks
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:07 PM   #4
Barefoot on the Moon!
Staff
Premium Member
 
Force Flow's Avatar
 
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,382
How big were the files?
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Force Flow is offline   Reply With Quote
Old 06-29-2005, 03:16 PM   #5
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by Force Flow
How big were the files?

3KB
5KB

then the 3 images are about 250KB

but i tryed just copying over just the homepage but it took forever...
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:28 PM   #6
PCMech: Saving Lives
 
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
Try filezilla - its free and I find it a lot more useful than windows explorer, and it should upload the files in no time at all.
WhatsThisBoxFor? is offline   Reply With Quote
Old 06-29-2005, 03:32 PM   #7
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by WhatsThisBoxFor?
Try filezilla - its free and I find it a lot more useful than windows explorer, and it should upload the files in no time at all.
Thanks for that I just had another go at copying them into the Windows Explorer Box and it worked this time in no time at all, must of been me computer playing up. I have noticed that it doesnt come up the home page though it comes up in a list of all the images and pages on the site, why is this?
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:43 PM   #8
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Does the starting page (or home page) have an index.* page? Generally speaking, when you go to a site http://www.mywebsite.com the first page that gets served out is http://www.mywebsite.com/index.html (or index.htm or index.php etc etc .. depending on what you use).
Statica is offline   Reply With Quote
Old 06-29-2005, 03:45 PM   #9
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by Statica
Does the starting page (or home page) have an index.* page? Generally speaking, when you go to a site http://www.mywebsite.com the first page that gets served out is http://www.mywebsite.com/index.html (or index.htm or index.php etc etc .. depending on what you use).

i have named it index.html but when the site is typed in doesn't come up the home page just a list of all the files that are on the site.
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:48 PM   #10
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
Ok .. now the question is have you uploaded it to the right place? In the directory listing, do you see the files that you uploaded? The files must be uploaded to the directory used by your webserver to serve files .. it might be public_html/ or htdocs/ etc etc. Is there a URL we can check out for u?
Statica is offline   Reply With Quote
Old 06-29-2005, 03:50 PM   #11
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by Statica
Ok .. now the question is have you uploaded it to the right place? In the directory listing, do you see the files that you uploaded? The files must be uploaded to the directory used by your webserver to serve files .. it might be public_html/ or htdocs/ etc etc. Is there a URL we can check out for u?

www.isisrestoration.co.uk
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:52 PM   #12
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
I dont see you creating your index.html .. rename default.html to index.html

Addendum: Nice site design.
Statica is offline   Reply With Quote
Old 06-29-2005, 03:53 PM   #13
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
No index.html page in that directory. Make sure that you upload the page to the the Document Root of the site, usually either public_html or www directory.
mairving is offline   Reply With Quote
Old 06-29-2005, 03:53 PM   #14
PCMech: Saving Lives
 
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
Try renaming default.html index.html.
WhatsThisBoxFor? is offline   Reply With Quote
Old 06-29-2005, 03:54 PM   #15
Premium Member
 
Statica's Avatar
 
Join Date: Jun 1999
Posts: 9,231
HAH! I got in ahead of the 2 of you

I need a life!
Statica is offline   Reply With Quote
Old 06-29-2005, 03:55 PM   #16
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
Quote:
Originally Posted by Statica
I dont see you creating your index.html .. rename default.html to index.html

Addendum: Nice site design.

yes sorry I was just trying something, it was orginally.... check now...
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 03:58 PM   #17
PCMech: Saving Lives
 
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
I believe the names are case sensitive - try index.html rather than Index.html.
WhatsThisBoxFor? is offline   Reply With Quote
Old 06-29-2005, 04:06 PM   #18
Member (6 bit)
 
Join Date: Jan 2004
Posts: 44
brillaint thank you. It works now
JasonChaplin is offline   Reply With Quote
Old 06-29-2005, 04:12 PM   #19
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Quote:
Originally Posted by Statica
HAH! I got in ahead of the 2 of you

I need a life!
Must be those super moderator fingers.
mairving is offline   Reply With Quote
Old 07-03-2005, 01:02 PM   #20
Member (8 bit)
 
Join Date: Jul 2005
Posts: 177
Quote:
Originally Posted by JasonChaplin
Hi, I need some recommendations for programs to use I am a novice! I tryed copying the files in but it took to long! Seemed liked it didn't do anything!

Thanks
WS_FTP, however it costs and is the best FTP program out there
mjatas is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 02:38 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2