Communicate with linux server from .net application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Priya

    Communicate with linux server from .net application

    Hi,

    How can we communicate with linux server from .net application? I need to upload/download files to linux server using .net desktop/web application preferably using sftp.

    -Thanks,
    Priya.
  • Marc Gravell

    #2
    Re: Communicate with linux server from .net application

    If the remote server is hosting ftp, then FtpWebRequest would be a
    good start:


    This has an EnableSsl property, although I believe this is ftps (ssl),
    not sftp (ssh).

    Marc

    Comment

    Working...