"Simple" FTP transfer

J

JPSutor

Does anyone have an example of a simple FTP trasfer app?
All I need to do is transfer one file up to a web site and then
retrieve it again.
Every example I run into is loaded with code that, to some extent, is
unnecessary
Just the basics, set the host name, port number, userID and password,
path to upload to and path to download to and file name.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Why do you care about the completeness of the component being used?

Just download one of the several clients, use it as it is and move forward.
 
J

JPSutor

Ignacio,
Do you have one in mind that isn't cluttered with unnecessary
properties and methods?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top