May 11th, 2007, 11:59 AM
#1
Thread Starter
Frenzied Member
How To Upload
Hi i would like to know how to upload using other code than this on an FTP Server.
upload Code:
My.Computer.Network.UploadFile("c:\File.txt", "http://www.someserver.com/upload.aspx")
tanks
May 11th, 2007, 12:28 PM
#2
Thread Starter
Frenzied Member
May 11th, 2007, 02:59 PM
#3
Re: How To Upload
take a look at this sample ... it's in C# but that shouldn't be a problem
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
May 11th, 2007, 03:14 PM
#4
Re: How To Upload
I have an FTP class...
Let me find it and I will upload it here
May 11th, 2007, 03:19 PM
#5
Re: How To Upload
Attached Files
May 11th, 2007, 04:01 PM
#6
Re: How To Upload
Originally Posted by
kleinma
Here you go.
5 minutes to find a file
You should consider using a desktop search app
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
May 11th, 2007, 04:03 PM
#7
Re: How To Upload
I do use one (Windows Desktop Search).. I had to remove to proprietary code from the file before uploading it
May 12th, 2007, 02:25 AM
#8
Thread Starter
Frenzied Member
Re: How To Upload
ComputerJy the link u gave me is for C# i'm using VB.NET 2005.
kleinma, i've tried ur code but it was a little bit hard to understand to me. i don't see the place where to put the username password file to upload... ,if there is a much simple code can u tell me
tanks
May 12th, 2007, 08:29 AM
#9
Thread Starter
Frenzied Member
Re: How To Upload
Well I've tried your FTP class, but it's not working I've wrote this code
vb Code:
f.RemoteUser = "username"
f.RemotePassword = "password"
f.RemoteHostFTPServer = "username.9999mb.com"
f.UploadFile("c:\temp\index.html")
it's showing me this error
Cannot connect to remote server.
and shade this line
vb Code:
Throw New IOException("Cannot connect to remote server.")
is there a solution for this?
tanks
May 12th, 2007, 10:01 AM
#10
Re: How To Upload
I would guess that you need a full url like ftp://[email protected]
May 12th, 2007, 12:52 PM
#11
Thread Starter
Frenzied Member
Re: How To Upload
for the ftp host? or? remote host?
tanks
May 13th, 2007, 02:53 AM
#12
Thread Starter
Frenzied Member
Re: How To Upload
does someone know how to make it upload?
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