View previous topic :: View next topic |
Author |
Message |
Hell-Razor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Jun 2004 Posts: 458
|
Posted: Tue Nov 30, 2004 3:53 pm Post subject: windows ==> linux |
|
|
i was wondering if i could connect from my school machines (windows) to my home computer (linux) and send files..is there an easy way like through scp or ssh to do that? i have admin access on school computers so i can install/change anything i would like. thanks for your guyses help _________________ Don't ever tell anybody anything. If you do, you start missing everybody. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bernath n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 09 Jul 2004 Posts: 63 Location: germany
|
Posted: Tue Nov 30, 2004 4:01 pm Post subject: |
|
|
the easy way would be to run ssh server at your linux box and use scp/sftp to copy files from school machine to linux box. you can use the winscp cilent for windows. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
amiatrome Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1162775403417a649146803.jpg)
Joined: 28 Jun 2004 Posts: 180 Location: Campus | Arena Country Club | Home
|
Posted: Tue Nov 30, 2004 4:30 pm Post subject: |
|
|
I always use these when I am at the school library. _________________ blog | homepage | alias | prompts |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Hell-Razor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Jun 2004 Posts: 458
|
Posted: Tue Nov 30, 2004 4:59 pm Post subject: |
|
|
bernath -
how would i host a ssh server? i know how to start ssh but is that considered a "server"? _________________ Don't ever tell anybody anything. If you do, you start missing everybody. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
silentbob Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/169582472940047d636e2df.jpg)
Joined: 09 Nov 2003 Posts: 159 Location: UK
|
Posted: Tue Nov 30, 2004 5:18 pm Post subject: |
|
|
Hell-Razor wrote: | bernath -
how would i host a ssh server? i know how to start ssh but is that considered a "server"? |
Yes, you will need top allow access to port 22 (default ssh).
Code: | $ /etc/init.d/sshd start |
_________________ My Gentoo Linux Stuff | Get FireFox |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|