FTP in Active Mode

G

Guest

Hi.

I've seen many samples to use FTP, but all of them use it with "Passive"
mode, and i need to use it with "Active" mode.

Any help is appreciated.

Thanks in advance,
Ray
 
D

Daniel Moth

..NET 2.0 (*not* CF 2.0) offers FTP classes, e.g. FtpWebRequest (one of the
bool properties is UsePassive):
http://msdn2.microsoft.com/library/zxse9yy4(en-us,vs.80).aspx

In the SDF from opennetcf, we will offer classes with same interface. I
don't know how fully featured they are yet and haven't used them myself but
be sure to check them out:
http://vault.netcf.tv/VaultService/VaultWeb/ShowFolder.aspx?repid=2&path=$/SDF/OpenNETCF.Net/FTP
http://vault.netcf.tv/VaultService/...tpWebRequest.cs&version=5&includedversions=20
(guest, guest)

Cheers
Daniel
 
G

Guest

Ours are also Passive, though adding Active capabilities isn't too much
additional work.

-Chris
 
G

Guest

Thanks. I will check both links.

Regards,
Ray

Daniel Moth said:
..NET 2.0 (*not* CF 2.0) offers FTP classes, e.g. FtpWebRequest (one of the
bool properties is UsePassive):
http://msdn2.microsoft.com/library/zxse9yy4(en-us,vs.80).aspx

In the SDF from opennetcf, we will offer classes with same interface. I
don't know how fully featured they are yet and haven't used them myself but
be sure to check them out:
http://vault.netcf.tv/VaultService/VaultWeb/ShowFolder.aspx?repid=2&path=$/SDF/OpenNETCF.Net/FTP
http://vault.netcf.tv/VaultService/...tpWebRequest.cs&version=5&includedversions=20
(guest, guest)

Cheers
Daniel
 

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

Top