borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2012 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Next Topic (Network) New Topic New Poll Post Reply
AndreaVB Forum : Network : FTP
Poster Message
barbie
Level: Guest


icon FTP

Hi

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

____________________________
Attached:
simpFTP.zip 17 KB (Downloads: 23)

14-12-2003 at 03:06 PM
| Quote Reply
makinha
Level: Trainee

Registered: 02-08-2006
Posts: 2
icon Re: FTP

Hello,

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.

MK

02-08-2006 at 03:36 AM
View Profile Send Email to User Show All Posts | Quote Reply
ppokharkar
Level: Trainee

Registered: 16-10-2008
Posts: 2
icon Re: FTP

hi,

you can use the internet transfer control of visual basic to upload as well as download the files from the FTP server.

following are some of the links that can help you to get start your desired work.


http://www.developerfusion.com/article/1854/using-the-inet-control/2/

http://www.codeproject.com/KB/vbscript/http.aspx

http://www.thescarms.com/VBasic/inetftp.aspx


good luck


regards,
Pandurang

20-10-2008 at 04:00 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Network : FTP
Next Topic (Network) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2012 Andrea Tincaniborder