Pages: [1]   Go Down
Send this topic | Print
Author Topic: Help with FTP  (Read 506 times)
Demonic
Authority Member
****
Offline Offline

Posts: 594



« on: September 16, 2008, 07:36:04 AM »

I'm not exactly sure hot to upload files through FTP and then have them show on my site through the main page. Can someone please explain this to me with other stuff about FTP (I'm on FileZilla 3)?
Logged


fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #1 on: September 16, 2008, 07:43:35 AM »

FTP will just copy the files on your folder on 110mb server. If you want to show them then you need to change your main page (html file i suppose) with approproate html tags. for example use <img src='imagefile.extension' /> to show pictures.
Logged

bind
just a man
Authority Member
****
Offline Offline

Posts: 899



« Reply #2 on: September 16, 2008, 07:44:19 AM »

did you read the Filezilla Documentation ?

did you click the HELP >> GETTING HELP button in the application that takes you to The Filezilla Help and Support Page AND start clicking and reading up on how to use Filezilla.

The first step in getting help is to use the resources that exist in the application and its website.

If you have any specific questions after you take some time and initiative to read and learn how to use it, feel free to post them and we can help.


Other than that, ftp is basically a windows explorer type drag and drop application that uploads the dragged and dropped files. On the left hand side is your local computer files that you have developed, and the window on the right shows the website account directory (folders) where you upload to. By dragging the ones from the left and dropping them in folders where you want them in the right window is how they are uploaded, only after logging in to your account though.


« Last Edit: September 16, 2008, 07:48:49 AM by bind » Logged

Learn the basics, create your code, then post source code to troublshoot if you have any problems

Here is all you need to learn the basics

HTML
Javascript
CSS
PHP
MySQL



.
Demonic
Authority Member
****
Offline Offline

Posts: 594



« Reply #3 on: September 16, 2008, 07:54:27 AM »

Yes, I did read the documentation. I just want to know where to upload the files so if you go to the main site page you can see them. any help would be appreciated.
Logged


fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #4 on: September 16, 2008, 07:56:23 AM »

what do you mean by "main site page"? are you talking about your index.htm file?
Logged

Demonic
Authority Member
****
Offline Offline

Posts: 594



« Reply #5 on: September 16, 2008, 07:59:11 AM »

yes
Logged


fiate2000
Authority Member
****
Offline Offline

Posts: 682


WWW
« Reply #6 on: September 16, 2008, 08:16:49 AM »

read my first post. files will not magically appear on your home page. you will have to edit index.htm to include them. suggest you learn some html coding. visit www.w3schools.com or similar tutorial site
Logged

Demonic
Authority Member
****
Offline Offline

Posts: 594



« Reply #7 on: September 16, 2008, 08:18:44 AM »

I already know HTML.
Logged


bind
just a man
Authority Member
****
Offline Offline

Posts: 899



« Reply #8 on: September 16, 2008, 08:19:09 AM »

you want to upload them where you want them ... a site directory can be unlimited, much like your computers filesystem.

for a main index page you want to be at your sites root directory, which is the default location every time you login through ftp. ... its also location: Remote Site: / in filezilla

if you want to add images, its good to create an /images/ directory, as well as any other types, to keep things neet and orderly, also so you dont end up with 50,000 files in your sites root directory lol
« Last Edit: September 16, 2008, 08:21:09 AM by bind » Logged

Learn the basics, create your code, then post source code to troublshoot if you have any problems

Here is all you need to learn the basics

HTML
Javascript
CSS
PHP
MySQL



.
Pages: [1]   Go Up
Send this topic | Print
Jump to: