psftp.exe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
how can I call the psftp.exe from c# code? I need to get a file from another
computer...
Where can I find an example of this problem?

Thanks
 
Julia said:
how can I call the psftp.exe from c# code? I need to get a file from another
computer...
Where can I find an example of this problem?

Call psftp in the same way as calling any other executable - with
Process.Start. The Process class is in the System.Diagnostics
namespace, and I believe MSDN has examples of how to use it.
 

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

Back
Top