How do I use PORT ftp raw command in c#?

Posted by terrani on Stack Overflow See other posts from Stack Overflow or by terrani
Published on 2010-05-25T07:59:26Z Indexed on 2010/05/25 8:11 UTC
Read the original article Hit count: 177

Filed under:
|
|

Hi,

I am trying to make a FTP client in c#. I found a class that support basic FTP commands on http://msdn.microsoft.com/en-us/library/system.net.webrequestmethods.ftp_members.aspx.

on the list, PORT command is missing.

How do I use PORT command in c#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ftp