hi
i saw ur SimpleFTP program .Its very easy to understand for me . This program sends the file from local system to remote system file. But i need a program to send a file from local system to remote system’s program. i want to send a file to program directly. can u ls give me a example for this.
I have a DOS prompt code for this
c:\> ftp
FTP>open http:\microsoft.com
USER :username
Password : password
FTP>quote SITE FILETYPE=JES
FTP>put c:\job.txt
ftp>quit
thanks