Showing posts with label FTP. Show all posts
Showing posts with label FTP. Show all posts

Wednesday, October 10, 2007

FTP to server from Command prompt

Learning to FTP a file to your server from command prompt

From start--> run --> cmd

cd to the folder where you have the file to transfer from (from your local)

type in ftp

here ftp cmc452432

type in user id and pwd

cd to the folder where you want to copy

type bin <>

type put

you are done.. =)

FTP is complete

Screen shot