Linux ftp server for ubuntu

Magnu420

VIP Member
VIP Member
Joined
Mar 25, 2006
Messages
2,275
Reaction score
535
Location
in a house in,lancs
dunno if this is the correct section,if not please move

i want to set up a ftp server for cctv cameras,i want to be able to view the stored footage
via main pc at home and by mobile,also i want to set up a smtp (i think) and create a ssh conections
to the camera

what will i need ???
i got a ubuntu pc thats on 24/7/365,some spare hdd

has anyone got a dummies guide to set one up on ubuntu (only been using ubuntu for a few months)
 
do you want the ubuntu server to be a ftp server so you can upload/download images

ssh server install

sudo apt install openssh-server

ftp server install

sudo apt install vsftpd

for smtp you need postfix

sudo apt install postfix

more info Postfix
 
I installed ubuntu on my hp 255G4 and lost my WiFi. Has anyone else had this problem too?
 
Back
Top