|
-
Apr 1st, 2007, 08:04 PM
#1
Thread Starter
Lively Member
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.
-
Apr 1st, 2007, 11:12 PM
#2
Hyperactive Member
Re: HOW to use FTP for reading text files from different pc
well do you know how ftp works first off?
-
Apr 1st, 2007, 11:23 PM
#3
Thread Starter
Lively Member
-
Apr 2nd, 2007, 03:31 PM
#4
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|