Nameless_, on Oct 31 2009, 01:41 AM, said:
OK... well, thanks for the help guys... I have successfully connected to my server on my cPanel using FileZilla... but after that, even when I can find my files that I want to put in (that is, the open-source CMS Drupal), I don't know which folder to put it in. There are so many files and folders that I don't even know which one to put in, and I believe that while I was dabbling around, I believe that I have accidentally uploaded some of my files "up there", so now I don't even know which files to delete and which ones that I am not meant to touch...

Generally, don't delete any of the folders that are in your account when you get it. They control things like what domains you have, email settings and stuff like that. Uploading extra files there by accident shouldn't be a massive problem actually
As a safe rule, only ever touch the
public_html and
public_ftp folders. Inside those two you can put all the files and folders you like and delete those files and folders.
Nameless_, on Oct 31 2009, 01:41 AM, said:
Any help on this? Does anyone have a list of files and/or folders that I am "meant" to have and others that I am not so I know which files and folders to delete? Also, which files or folders am I meant to put my Drupal folder in, and which file and folder am I meant to put the "verification file" from Google Apps Custom Mail Domain Verification in???
Even if you have uploaded some files by accident, I wouldn't go around trying to delete anything that is outside the
public_html and
public_ftp folders.
The files for Drupal go into the
public_html folder. The Google verification file goes into the
public_html folder. Anything that needs to be accessed by a web browser goes into the
public_html folder.
Nameless_, on Oct 31 2009, 01:41 AM, said:
And how do I do that? I'm glad I got the connection right, but even know that I know how to use it, well, I don't know which folders to put different things in!!!
Drag and drop. I think in FileZilla the left hand side shows files and folders on your PC, while the right hand side shows your hosting. On the left, navigate to the files and folders you want to upload. On the right, navigation into the public_html directory. Drag files and folders from the left and drop them on the right, and they will start to transfer.
Nameless_, on Oct 31 2009, 01:41 AM, said:
Oh yeah... and after searching the web it turns out that the default port is 21 for my FileZilla FTP software, but when I get to my cPanel I have to go to somethingdomain.subdomain.net:2082. Different ports!!! Why is that???
Applications use different ports so that their data doesn't get mixed up with everything else, and so they can easily identify data meant for them. FTP uploads work on port 21. People accessing your website use port 80. cPanel uses port 2082. Most games use their own ports as well.