Revision 9 as of 2010-01-28 21:09:09

Clear message
Edit History Actions Discussion

Howto/Upload

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