We found out that both FTP and FTP over TSL/SSL clients use the library with the same name Rebex.Net.Ftp.dll but with different size and thus code. If we need to use both types of ftp clients which dll should we reference in our project?

asked 14 Jan '10, 20:33

Michael's gravatar image

Michael
16
accept rate: 0%

edited 10 Aug '10, 13:40

Rebex%20KB's gravatar image

Rebex KB ♦♦
256312


Short answer:

If you need both FTP and FTP/SSL use the Rebex.Net.Ftp.dll from "Rebex FTP/SSL" installation package.

Longer answer:

Rebex.Net.Ftp.dll from "Rebex FTP"

  • depends only on Rebex.Net.ProxySocket.dll
  • supports plain FTP

Rebex.Net.Ftp.dll from "Rebex FTP/SSL"

  • depends on Rebex.Net.ProxySocket.dll, Rebex.Net.SecureSocket.dll and Rebex.Security.dll
  • supports plain FTP
  • supports FTP over TLS/SSL channel
link

answered 14 Jan '10, 20:41

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

edited 29 Jan '10, 07:12

Lukas%20Pokorny's gravatar image

Lukas Pokorny ♦♦
2.2k18

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×136
×13
×4

Asked: 14 Jan '10, 20:33

Seen: 895 times

Last updated: 10 Aug '10, 13:40