Differences between revisions 1 and 9 (spanning 8 versions)
Size: 380
Comment: upload files
|
Size: 1050
Comment: ftp technique
|
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 [[Info/Security|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]] == 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 == See also == * [[Howto/FileManagement]] * [[Info/Security]] |
Line 14: | Line 32: |
Tutorial on installing web software 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 16: | 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
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.