Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

JsD

Re: Building WinSCP Without `Embarcadero C++ Builder XE6 Professional`

Hi Martin,

Yes, it was related to my other post.

I was on the fence of either building my own sync tool using Python AsyncSSH or trying to hack in a patch into WinSCP.

I found in interim solution for my local dev environment on Linus so its not such a pain where I use symlinks in my solutions.

Thanks for the prompt reply!
martin

Re: Building WinSCP Without `Embarcadero C++ Builder XE6 Professional`

In the past, WinSCP could be built with the free version without FTP support. We stopped supporting that since WinSCP 5.0 (2011). So while it still might be possible, the code is not ready for it. And there might be new code added meanwhile that won't compile in the free version. So I would even suggest you to invest your time to trying that.

What are you trying to do? Is this about your other post?
Synchronize changes to source files that are symlinks
JsD

Building WinSCP Without `Embarcadero C++ Builder XE6 Professional`

I noticed in your build instructions (https://github.com/winscp/winscp/blob/master/readme.md), that you mention needing `Embarcadero C++ Builder XE6 Professional`. Is it possible to build using their free version rather than Pro?

I wanted to play around a bit but don't do any C++ development and $500.00 is pretty steep.