View previous topic :: View next topic |
Author |
Message |
Angry_Red_Antz Tux's lil' helper
Joined: 31 Mar 2005 Posts: 103 Location: Pittsfield, Massachusetts, But 100% Boricua
|
Posted: Wed Apr 18, 2007 4:07 pm Post subject: network services |
|
|
I need some advise. I don't known much about network services, but I would like to do someting like this;
been able to connect to my home computer via internet from college, either using linux or windows
so I can update my computer or just copy some files. One thing though, can't install any software on college.
Sorry if this is a duplicate post, haven't got time check the forum _________________ Show me the Linux! |
|
Back to top |
|
|
psomas Retired Dev
Joined: 23 Sep 2006 Posts: 212 Location: Greece
|
Posted: Wed Apr 18, 2007 4:17 pm Post subject: |
|
|
maybe you should try using ssh if you want to have access to your computer...
but if you want to copy files from the computer you'll be using to your computer,maybe you should think of setting a FTP server...
:/ _________________ myblog
FOSS NTUA Community |
|
Back to top |
|
|
di1bert l33t
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Tue May 01, 2007 2:58 pm Post subject: |
|
|
There's no need to an FTP server as OpenSSH allows you to use sftp and scp.
IMHO adding an FTP server to the equation will only create minor headaches that
aren't entirely necessary.
To make your life easier, install lftp which comes with sftp support. This will let
you do bookmarking and tab completion which isn't really possible "out
the box" with normal sftp.
Scp is also great if you want to send or receive a single file. There's a windows
version that comes with the Putty suite so check out the Putty pages for more
on that one....
HTH
-m _________________ choff. |
|
Back to top |
|
|
|