Does the FTP and SFTP support 64bit? I'm not interested in working in the wow6432 environment. I need native 64bit from c#.

asked 12 Mar '10, 01:42

Jeff's gravatar image

Jeff
16
accept rate: 0%

edited 10 Aug '10, 13:34

Rebex%20KB's gravatar image

Rebex KB ♦♦
256312


Both SFTP and FTP components support 64bit .NET framework natively.

In fact most of the development is done in 64bit Windows.

link

answered 12 Mar '10, 08:51

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

Thanks for your response. That's good to know. Is there any specific version that is required for 64bit or perhaps all versions support 64 bit?

(16 Mar '10, 17:06) Jeff

Rebex DLLs are compiled with "Any CPU" setting so there is only a single set of DLLs that support both 32bit and 64bit mode. If your application currently runs in 64bit mode and references or loads Rebex DLLs, they will run in 64bit mode as well.

(16 Mar '10, 18:20) Lukas Pokorny ♦♦

Thanks for you help!

(17 Mar '10, 15:55) Jeff
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
×115
×1

Asked: 12 Mar '10, 01:42

Seen: 550 times

Last updated: 23 Mar '11, 02:22