Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

uploading

Options
  • 17-04-2002 4:18pm
    #1
    Registered Users Posts: 3,088 ✭✭✭


    ************* mystified************

    please please tell me how to upload a file
    to my webserver , im bafffled

    ive literally spent all day looking through vbulliten .org and .coms
    archives and all i got was sore eyes

    IM using apache as my web server but ive got no pages or anything , I had planned to use Vbulliten lite as the main page
    but i just cant get it working to even put up pages

    any help really appreciated

    ************* mystified************
    Static


Comments

  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    You want something like WS_FTP?
    Go to download.com and search for 'FTP'
    CuteFTP and WS_FTP are both pretty good and easy to use.

    otherwise if you go into DOS, 'cd' into the folder that contains the file you want to upload and type:
    c:\>ftp www.webserver.com
    [prompts for username and password etc]
    ftp>ascii <-- for uploading html pages and text
    ftp>put index.html <-- Uploads index.html page
    ftp>cd folder <-- goes into 'folder'

    Type help for help :)

    But get Cute or WS


  • Registered Users Posts: 3,088 ✭✭✭Static M.e.


    Thanks a million Enygma
    I had tried using other ftp transfer (coffeecup , leechclient)but
    to no avail , cute worked a charm though

    anyway thanks again


Advertisement