FTP active mode

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

Guest

Hi.

I've seen many samples to use FTP, but all are using FTP in "passive mode"
and i need to use it in "active mode".

Any example?

Thanks in advance,
Ray
 
Hi.

I've seen many samples to use FTP, but all are using FTP in "passive mode"
and i need to use it in "active mode".

Any example?

With Xceed FTP for .NET, just set the PassiveTransfer property to
False and you'll work in "Active" mode.

This FTP library is a complete, robust FTP solution which provides all
FTP capabilities including secure FTP and high compatibility with most
FTP server types.

http://www.xceedsoft.com/products/ftpnet
Thanks in advance,
Ray

--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

Check out our advanced .NET grid and SmartUI controls

Email: (e-mail address removed) (remove the first 'x')
 
Back
Top