Skip to content
wbond edited this page Aug 1, 2012 · 2 revisions

On Fedora 17, psftp.exe can be compiled for Windows via:

sudo yum install mingw32-gcc
perl mkfiles.pl
cd windows
sed -i -e 's/-mno-cygwin //' Makefile.cyg
make VER="-DMODIFIED" TOOLPATH=i686-w64-mingw32- -f Makefile.cyg psftp.exe
Clone this wiki locally