1. If you are using Windows95 of Windows NT then go to the command prompt. 
You can use any ftp client. change the directory where you have all of your documents. 
C:\WINDOWS> cd \webdocument 
C:\WEBDOCUMENT> 
2.  On commnad prompt give the command ftp 
Here is sample ftp session. 
C:\WEBDOCUMENT> ftp www.xxx.yyy.ae 
Connected to www.xxx.yyy.ae 
220 ws1 FTP server (UNIX(r) Sys 
USER (www.xxx.yyy.ae:(none)): [put here your user name] 
Password: 
230 User mylogin logged in. 
ftp> prompt 
ftp> bin 
200 Type set to I. 
ftp> ls 
 
200 PORT command successful. 
150 ASCII data connection for /bin/ls (195.229.238.3,2181) (0 bytes). 
enterprise.jpg 
index.html 
samples.html 
title.gif 
226 ASCII Transfer complete. 
53 bytes received in 0.00 seconds (53000.00 Kbytes/sec) 
ftp>mput * 
ftp>quit 
 221 Goodbye.
C:\WEBDOCUMENT>