|
-
Jan 20th, 2007, 01:22 PM
#1
Thread Starter
New Member
FTP frew IE in VB 6 Please Help
Please HELP....im new to VB...i use vb6 and i need a sample how
to upload file frew Internet explorer to FTP (NOT winnet,winsok,shell....)
Dim IE As Object
Set IE = CreateObject("InternetExplorer.Application")
ClipboardCopyFiles "C:\text.txt" ' need to copy text file and sent it to ftp
IE.Navigate2 "ftp://[email protected]"
ClipboardPasteFiles("/text.txt") 'i need simles way to upload file frew Internet explorer to FTP (NOT winnet,winsok,shell....)
-
Jan 21st, 2007, 03:18 AM
#2
Thread Starter
New Member
Re: FTP frew IE in VB 6 Please Help
please HELP! Does anyone knows how to upload file frew Webbrowser or IE?
-
Jan 21st, 2007, 04:56 AM
#3
Re: FTP frew IE in VB 6 Please Help
This is a very common question.
Here are past threads that deal with the topic.
-
Jan 21st, 2007, 05:38 AM
#4
Thread Starter
New Member
Re: FTP frew IE in VB 6 Please Help
i didnt think its simple question...i was googling.Reading forums..and still no answer..!!!
Main idea:
to upload file.txt via http (using Internet Explorer or WebBrowser components. NOT frew winet,winsock,shell and others ways...I need this very much)
p.s. we can send direct commands somehow to ftp "PUT,GET,DIR" or data stream..or....(i mean by WebBrowser1.execWB...or.IE somehow...????)
PLEASE HELP!
Last edited by kortab; Jan 22nd, 2007 at 08:07 AM.
-
Jan 22nd, 2007, 03:00 PM
#5
Re: FTP frew IE in VB 6 Please Help
Why not winet,winsock,shell and others ways? Is this a homework assignment? There are many much better ways to handle ftp than by using IE.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jan 23rd, 2007, 02:06 AM
#6
Thread Starter
New Member
Re: FTP frew IE in VB 6 Please Help
Im 38 now so it isnt homework Programming is like hoby to me so im learning.I need it to do this way because of my situation.Lot of people know waht ie7 restrict many function and so on...but please dont write what i must uninstall ie7, use winsok because it faster and so on...i need YOUR help very musch, so if YOU show sample how upload file to ftp using IE/WebBrowser I'll be very very THANKFULL!
p.s. sorry for my english
Last edited by kortab; Jan 23rd, 2007 at 05:25 AM.
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
|