Edit History Actions Discussion

Diff for "Howto/Upload"

Differences between revisions 4 and 9 (spanning 5 versions)
Revision 4 as of 2010-01-28 00:26:43
Size: 578
Editor: 78
Comment: renamed and linked to Howto/FileManagement
Revision 9 as of 2010-01-28 21:09:09
Size: 1050
Editor: 78
Comment: ftp technique
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 14: Line 14:
== Alternative ==
Use the ftp command from blinkenshell :
 1. login
 1. start an ftpd on your publicly available machine
  1. on Windows use [[http://filezilla-project.org/download.php?type=server|FileZilla server]]
  1. on Linux man your-installed-ftpd
  1. open your firewall
  1. forward your port 21 on your router
 1. ftp -p (for passive mode)
 1. cd yourdir
 1. get yourfile
Line 15: Line 27:
[[Howto/FileManagement]]  * [[Howto/FileManagement]]
 * [[Info/Security]]
Line 18: Line 32:
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 36:
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

Alternative

Use the ftp command from blinkenshell :

  1. login
  2. start an ftpd on your publicly available machine
    1. on Windows use FileZilla server

    2. on Linux man your-installed-ftpd
    3. open your firewall
    4. forward your port 21 on your router
  3. ftp -p (for passive mode)
  4. cd yourdir
  5. get yourfile

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