CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2001
    Posts
    16

    Question Upload a text file with VB

    hi gurus,

    i am working on a VB project where i need to upload a text file to a remote server. how can i upload a text file from VB. pls help. can this text file be opened from one more Internet server for reading from SQL Server DTS package? pls let me know.

    thanks in advance,
    Vikram

  2. #2
    Join Date
    May 2001
    Location
    India
    Posts
    53
    There are various ways available to you to upload the text file. The easiest way would be to use the Inet Control adn use FTP to upload the file.

    I am not clear about your SQL question, so can't provide you any response regarding that.

  3. #3
    Join Date
    Aug 2001
    Posts
    1,447
    I agree with amitabh's suggestion to use wininet to FTP the file. There is a sample project on

    http://www.hobbithouseinc.com/VB

    that will do exactly that
    phinds
    vs2008, 3.5SP1 Version 9.0.21022.8 RTM

  4. #4
    Join Date
    Oct 2001
    Posts
    16
    thanks a lot. i am working on these controls. i am hopeful of getting the required results

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

Featured