Last night, I tried to upload new version of Laragon to sourceforge. However, the internet connection (ADSL) is so slow that the web uploader corrupted many times.
At last, I managed to upload through scp using Laragon's cmder and it worked.
First create a shell:
ssh -t leokhoa,laragon@shell.sourceforge.net create
Input your password, you'll be logged in to shell:
[leokhoa@shell-23003 ~]$
Open another local shell and use pscp (of Putty) to transfer file to remote
pscp "F:\output\laragon-0.9-setup.exe" leokhoa,laragon@shell.sourceforge.net:/home/frs/project/laragon/laragon.tmp
If you use scp, be careful with the Path: /F/output/laragon-0.9-setup.exe
On the remove shell, rename laragon.tmp to its real name:
mv /home/frs/project/laragon/laragon.tmp /home/frs/project/laragon/laragon-0.9-setup.exe
It took about 1 and a half hours to upload but it worked.