0 votes
by (120 points)
edited

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

Applies to: Rebex FTP/SSL, Rebex SFTP

1 Answer

0 votes
by (13.0k points)
edited

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

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

by (120 points)
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?
by (144k points)
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.
by (120 points)
Thanks for you help!
...