Results 1 to 4 of 4

Thread: HOW to use FTP for reading text files from different pc

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    73

    HOW to use FTP for reading text files from different pc

    Hi guys,

    I have this program which needs to read or copy the text file from different pc to the pc where my program is installed. My idea is to use FTP class of C# however I dont have a knowledge how to use this class and what other classes are needed to make this work. Can you help me guys how to use this? any links you could suggest will do?.. or do you have any suggestions how could I solve my problem in different way?.. thank you guys.

  2. #2
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: HOW to use FTP for reading text files from different pc

    well do you know how ftp works first off?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2006
    Posts
    73

    Re: HOW to use FTP for reading text files from different pc

    hi,

    basically, in my understanding FTP is a protocol use for transfering data from a remote pc. There might be authentication needed in order to access a certain server or workstation. Do I make sense? Can you help me out? I dont know what classes are involve in c#.. thanks..

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

    Re: HOW to use FTP for reading text files from different pc

    FTP is used to transfer a file to or from an FTP server. The computer you want to get the file from would have to be running FTP server software.

    If you just want to access a file on another computer in the LAN, you can either map that computer's drive or you can refer to the file with its server name.
    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

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