Can someone give me a good resource for setting up filezilla?

Discussion in 'PHP' started by LennyP, Dec 12, 2006.

  1. #1
    I was having a damn near impoosible time uploading files to my server. Apparently the problem wasn't all my fault because as far as I can tell the file manager thing I thought I was supposed to use does not let you upload files into a file. It makes them a new file.

    So someone told me I should download a ftp client. Specifically I downloaded filezilla. Where can I get a good tutorial to set it up to work with my server and install php files. Sorry if my question is kind of vague but I didn't realize this would be so complicated.
     
    LennyP, Dec 12, 2006 IP
  2. Krownet

    Krownet Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    FileZilla is an FTP client, just like WinSCP or CuteFTP.

    You just need FTP access to your server. When you download a program (say FileZilla), insert as your hostname: ftp.<domainHost>.<tld>

    Use your username and password as required. Upload the files.

    Be careful when uploading. PHP files default to being uploaded as ASCII (normally this is fine). If your uploading files which have been encoded (through Zend or IonCube), make sure to upload in binary. Generally these programs have an "automatic", which detects how to upload, so it shouldn't matter.

    Hope this somewhat helps. If I dropped the ball here, lemme know exactly what you're looking for and I will see if I can further assist you.

    Cheers,
     
    Krownet, Dec 12, 2006 IP
  3. drig

    drig Peon

    Messages:
    4,188
    Likes Received:
    175
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Usually, its: ftp.youdomain.com and then logging in with your user details.
     
    drig, Dec 12, 2006 IP
  4. LennyP

    LennyP Peon

    Messages:
    779
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thjank you I was able to connect. Now lets see if I can use it. Ok it said my file transfer was succesful. Now do use filezilla to unzip it? Or do I do that from my control panel? Or should I have done done that first?
     
    LennyP, Dec 12, 2006 IP
  5. Krownet

    Krownet Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    :p

    I meant <domainHost> as the domain in question.. the ftp host domain.

    Good luck LennyP, lemme know if that works.

    Cheers,
     
    Krownet, Dec 12, 2006 IP
  6. LennyP

    LennyP Peon

    Messages:
    779
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Basically I'm trying to make a directory. I was under the simple impression you buy a domain, then hosting, install a script, amd then everything is self explanatory. First 2 steps were easy. After that I realized you need to know a little more. I know its probally not too complicated but if you don't even know what questions to ask it is. I paid someone to install the script. Now I want to install a template which is the file I was transferring.
     
    LennyP, Dec 12, 2006 IP
  7. Krownet

    Krownet Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    What script is it that you're attempting to install the template for?

    Cheers,
     
    Krownet, Dec 12, 2006 IP
  8. LennyP

    LennyP Peon

    Messages:
    779
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #8
    phpld ver2.1
     
    LennyP, Dec 12, 2006 IP
  9. Krownet

    Krownet Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Hrm, I'm not familiar with the directory structure of phpLD.. lemme see what I can find out.

    Cheers,
     
    Krownet, Dec 12, 2006 IP
  10. LennyP

    LennyP Peon

    Messages:
    779
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Did you find anything?
     
    LennyP, Dec 13, 2006 IP
  11. Krownet

    Krownet Peon

    Messages:
    42
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    By the looks of it, most templates just upload into the main folder (correct me if I'm wrong someone).

    Should just need to open the folder with your template, and upload those files to the base directory.

    Your template should have the following folders:
    templates/
    images/

    There should also be a file outside those too folders. Just upload all of these to your phpLD root directory (ie if installed in public_html/ .. upload to that, if installed in public_html/phpLD , install to the phpLD folder).

    If you require any assistance, feel free to add me to MSN, and I shall be able to assist you further (or I can do it for you at no charge). My MSN is

    Cheers,
     
    Krownet, Dec 13, 2006 IP