General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
visual basic with FTP
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>open http:\microsoft.com
USER :username
Password : password
FTP>quote SITE FILETYPE=JES
FTP>put c:\job.txt
ftp>quit
thanks