|
-
Apr 19th, 2010, 09:48 PM
#1
Thread Starter
Fanatic Member
Want to send file from my VB application to my website.
This is new to me. I need to know how to send a file from my application to my website if my computer happens to be connected to the internet. It's an FTP site. I used Visual Web Developer 2008 to build my site. I obviously have to do some digging of my own but maybe someone can tell me a few things to point me in the right direction. What commands would I be using in Visual Basic?
 Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.
"Persistence is the magic of success." Paramahansa Yogananda
-
Apr 19th, 2010, 10:08 PM
#2
Re: Want to send file from my VB application to my website.
Are you saying that you have a WinForms app with which you want to upload a file to an FTP server? If so then the easiest ways are using My.Compter.Network.UploadFile, WebClient.UploadFile or an FtpWebRequest, in that order.
Note, the fact that the file might be used on a web site is irrelevant to the app uploading the file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|