Edit History Actions Discussion

Diff for "Howto/Upload"

Differences between revisions 1 and 2
Revision 1 as of 2010-01-28 00:16:35
Size: 380
Editor: 78
Comment: upload files
Revision 2 as of 2010-01-28 00:21:11
Size: 485
Editor: 78
Comment: modifying the option from -p to -P
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
? How can I send file to my Blinkenshell account since there is no ftp access?
Line 7: Line 7:
Examples : pscp -p 2222 myfile mynick@blinkenshell.org:/home/mynick/ === Examples ===
pscp -P 2222 myfile mynick@blinkenshell.org:/home/mynick/
Line 14: Line 15:
Tutorial on installing web software for which wget doesn't work should link back here. Tutorials on installing web software (blogs, wikis, ...) for which wget doesn't work should link back here.

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

http://unixhelp.ed.ac.uk/CGI/man-cgi?scp

Notes

Tutorials on installing web software (blogs, wikis, ...) for which wget doesn't work should link back here.


CategoryInfo