Results 1 to 4 of 4

Thread: how to ftp something over the server?

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    3

    how to ftp something over the server?

    how to ftp something over the server? i m trying to ftp some web pages over the server to host.
    i have a linux os running .

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    myname@myserver:/home/myname> ftp your.hosting.server
    Login: myaccount
    Password: *******
    put myfile
    bye

    man ftp
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Gonzo District BOFH westin's Avatar
    Join Date
    Jan 2006
    Location
    SW MO
    Posts
    1,187
    Once you are logged in, you can type 'help' to get a list of commands... then you can type 'help <command>' to see what the command does. (i.e. 'help mkdir') ... In rare cases, help may be disabled... if that is the case, google it.
    \"Those of us that had been up all night were in no mood for coffee and donuts, we wanted strong drink.\"

    -HST

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •