Results 1 to 6 of 6

Thread: FTP frew IE in VB 6 Please Help

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    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....)

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    Re: FTP frew IE in VB 6 Please Help

    please HELP! Does anyone knows how to upload file frew Webbrowser or IE?

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP frew IE in VB 6 Please Help

    This is a very common question.

    Here are past threads that deal with the topic.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    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.

  5. #5
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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

  6. #6

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    11

    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
  •  



Click Here to Expand Forum to Full Width