Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
5.5k views
in .NET FTP by
Hello there,

I'm quite new to C#, and I'm using the edtFTPnet component to connect to my Ftp.

I'd like to have some sample code on how I could download binary files using the Edt component.

Can anybody help me? Thanks a lot

1 Answer

0 votes
by (161k points)
Look at the demo program included with the distro.

Replace the line

ftp.TransferType = FTPTransferType.ASCII;

with

ftp.TransferType = FTPTransferType.BINARY;


Hello there,

I'm quite new to C#, and I'm using the edtFTPnet component to connect to my Ftp.

I'd like to have some sample code on how I could download binary files using the Edt component.

Can anybody help me? Thanks a lot

Categories

...