how to send a txt file from my system to remote system program(not remote system file) using visual basic program.
Here i have attched my program. This program just sends the file from my system to another systems file.
---------------------------------------------------
c:\> ftp
FTP>open http:\microsoft.com
USER :username
Password : password
FTP>quote SITE FILETYPE=JES
FTP>put c:\job.txt
ftp>quit
This above code is example of sending a file from sytem to remote system program in dos prompt.
thanks
I have same problem as well, I have no problem to upload the file in JES format to host thur windows FTP, however I have no idea how to do it in VB or VB.NET, sincethey only have ASCII or Binary type.