|
Is FTP (IIS) server installed on your windows machine ( windows 2000,2003 server)?
If yes? you can use it....
ftp -n 10.228.249.130 <<! # Ip address of the server
user test 123 # username (test) and password (123)
bin #for binary tranfer
put file_name #put the file file_name
bye # end the connection
!
|