sftp - Installation ????

  • Thread starter Thread starter bienwell
  • Start date Start date
B

bienwell

Hi,

Does any one know about sftp ??? Can I call it in ASP.NET program or it run
independently ? What to I need for the installation ??? I'd like to upload
the file with large size. In ASP.NET program, it didn't work. I'm thinking
about using sftp. Please give me some information if you can.

Thanks in advance.
 
Hi,

Does any one know about sftp ??? Can I call it in ASP.NET program or it run
independently ? What to I need for the installation ??? I'd like to upload
the file with large size. In ASP.NET program, it didn't work. I'm thinking
about using sftp. Please give me some information if you can.

Thanks in advance.

I believe you can run it using the System.Diagnostics.Process object
http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.aspx
 
Back
Top