Edit History Actions Discussion

Diff for "Howto/Upload"

Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2010-01-28 00:26:43
Size: 578
Editor: 78
Comment: renamed and linked to Howto/FileManagement
Revision 8 as of 2010-01-28 01:45:48
Size: 656
Editor: 78
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
How can I send file to my Blinkenshell account since there is no ftp access? How can I send file to my Blinkenshell account since [[Info/Security|there is no ftp access]]?
Line 15: Line 15:
[[Howto/FileManagement]]  * [[Howto/FileManagement]]
 * [[Info/Security]]
Line 18: Line 20:
Tutorials on installing web software (blogs, wikis, ...) for which wget doesn't work should link back here. Tutorials on installing web software (mainly [[Howto/Webpage/]] and [[Info/Webhosting]]) for which wget doesn't work should link back here.
Line 22: Line 24:
CategoryInfo CategoryHowto

Principle

How can I send file to my Blinkenshell account since there is no ftp access?

Windows

Use pscp from Putty

Examples

pscp -P 2222 myfile mynick@blinkenshell.org:/home/mynick/

Linux

man scp

See also

Notes

Tutorials on installing web software (mainly Howto/Webpage/ and Info/Webhosting) for which wget doesn't work should link back here.


CategoryHowto