Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

Retirev Unix fie using FTP or other protocols.

I need to retrieve and open a file stored on a Unix server on a network as a delimited text file via FTP or other protocol.  I'm using VS2005, .net 2.0 and C#. Can someone point out where I can find sample code on how to get this done?  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of kingtam2000
kingtam2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You could take a look at this sample FTP client @ codeproject: http://www.codeproject.com/vb/net/FtpClient.asp
Avatar of lapucca
lapucca

ASKER

Thanks derk for your input but that's the same type of code pointed out by king except his is C# and it's what I need.  Thank you though.