Click to See Complete Forum and Search --> : Ftp


animex2
12-23-2003, 08:17 PM
Hey, i was wondering if it was possible to set up a FTP server on my Linux Box, so i can FTP to it from my school or from my other computer at home and edit the files that way, for if im not home or something :)

Hypz
12-23-2003, 08:35 PM
You can use ssh and telnet for this also.

http://www.siliconvalleyccie.com/linux-hn/ftp-server.htm

http://proftpd.linux.co.uk/

Try searching for this next time. Its alot faster.

linux ftp

linux ftp server

linux ftp setup

etc...

Gertrude
12-23-2003, 08:48 PM
You can't transfer files with ssh or telnet. Both of those just give a remote shell. You can use sftp though. Here is a windows sftp client..

http://winscp.sourceforge.net/eng/


You may already have ssh/sftp running on your computer by default. Issue this command and post the output.

ps -ax | grep ssh

Hypz
12-23-2003, 08:56 PM
He said edit...

animex2
12-23-2003, 09:43 PM
[root@localhost root]# ps -ax | grep ssh
1038 ? S 0:00 /usr/sbin/sshd
1969 pts/2 S 0:00 grep ssh
[root@localhost root]#

Gertrude
12-23-2003, 11:08 PM
1038 ? S 0:00 /usr/sbin/sshd

SSH is already running on your computer. Thats a good start..

Does this computer have a public IP address? Or do you have this computer behind a NATed router?


You should be able to download putty when your at the remote windows computer. Run putty.exe then put a dot in "SSH". Put in the IP address of your computer and connect. As long as there arn't any firewalls in place you should get a login pompt.


http://www.chiark.greenend.org.uk/~sgtatham/putty/

animex2
12-23-2003, 11:18 PM
sweet, so i logged in, i am in a shell, i know there is a command for a text based editor that runs in the console, i just dont know it offhand x.x

anyone know it?

if i rember correctly, it was something simple like cz or somethin....

x.x

::EDIT::

nm, found it, it was vi XD

Gertrude
12-23-2003, 11:26 PM
pico
nano
joe
vi
vim
emacs

robenco
12-23-2003, 11:43 PM
"Hey, i was wondering if it was possible to set up a FTP server on my Linux Box"



What's a Linux Box

blobaugh
12-24-2003, 01:03 AM
A linux box is any computer running a linux distrobution, and yes it is possible to run ftp, infact most of the internet is run on linux and almost all of them have some sort of ftp accessablity.