Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to upload data/file to a website uisng command prompt

    • 0
    • 1
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 787
    Comment on it

    You need to connect your Site FTP first. Open the DOS Command Prompt then type: ftp It will shown like this

    C:>ftp www.yourshite.com

    220 yoursite.abc.net FTP server ready.

    User (yoursite.abc.net:(none)): username

    331 Password required for .

    Password: password

    230 User abc logged in.

    ftp>

    Now upload or delete files using FTP commands.

    The command I used the most are ex.

    To upload one file use put. Example: ftp> put notice.pdf

    To upload many files use mput. Example: ftp> mput *.html

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: