You want to use DOS FTP.EXE ?

If yes, type ? or help in the ftp prompt, it will list the commands, then use

help command

you will get help about that command. To upload a file use

put filename.extn

to upload multiple files use

mput *.extn

or

mput *.*

etc...