|
From: Ethan M. <merritt@u.washington.edu> - 2008-10-22 17:20:25
|
On Wednesday 22 October 2008 06:42:49 Petr Mikulik wrote: > > I wanted to update the text, but I cannot log onto sourceforge to do it > since several weeks. When I do > ssh gnuplot.sourceforge.net > then I get > port 22: Connection refused. > > Somebody knows what is going wrong? Yes. When SourceForge moved their operations to a new set of machines at the beginning of last month (September), they dropped support for shell login. In order to access files on the web site you must use sftp or the equivalent. You will need to do something like: > sftp mikulik,gn...@fr... sftp> cd htdocs sftp> get download.html [edit locally] sftp> put download.html -- Ethan A Merritt |