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
Alternative
Use the ftp command from blinkenshell :
- login
 - start an ftpd on your publicly available machine 
on Windows use FileZilla server
- on Linux man your-installed-ftpd
 - open your firewall
 - forward your port 21 on your router
 
 - ftp -p (for passive mode)
 - cd yourdir
 - 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.
