visual basic with FTP - TechRepublic
General discussion
December 14, 2003 at 07:52 AM
barbie_dally

visual basic with FTP

by barbie_dally . Updated 22 years, 6 months ago

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

This discussion is locked

All Comments