Edit History Actions Discussion

Diff for "Howto/Upload"

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2010-01-28 00:16:35
Size: 380
Editor: 78
Comment: upload files
Revision 4 as of 2010-01-28 00:26:43
Size: 578
Editor: 78
Comment: renamed and linked to Howto/FileManagement
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was copied from Info/Upload
Line 2: Line 3:
? How can I send file to my Blinkenshell account since there is no ftp access?
Line 7: Line 8:
Examples : pscp -p 2222 myfile mynick@blinkenshell.org:/home/mynick/ === Examples ===
pscp -P 2222 myfile mynick@blinkenshell.org:/home/mynick/
Line 10: Line 12:
http://unixhelp.ed.ac.uk/CGI/man-cgi?scp [[http://unixhelp.ed.ac.uk/CGI/man-cgi?scp|man scp]]

== See also ==
[[Howto/FileManagement]]

== Notes ==
Tutorials on installing web software (blogs, wikis, ...) for which wget doesn't work should link back here.
Line 13: Line 21:
== Notes ==
Tutorial on installing web software 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

man scp

See also

Howto/FileManagement

Notes

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


CategoryInfo