You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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