Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Install FTP on Ubuntu

# sudo apt-get install vsftpd –y
Comment

Install FTP on Ubuntu

# sudo systemctl start vsftpd
# sudo systemctl enable vsftpd
Comment

connect ftp terminal ubuntu

luzar@ubuntu:~$ ftp
ftp> open
(to) 192.168.1.3
Connected to 192.168.1.3.220
Comment

PREVIOUS NEXT
Code Example
Shell :: git basics 
Shell :: docker 
Shell :: pylint 
Shell :: how to move a file in bash 
Shell :: Concatenating Strings in Bash 
Shell :: steps to assign mfa using aws cli 
Shell :: copy branch to master 
Shell :: how to download fl studio on linux 
Shell :: git rebase i 
Shell :: install babel language 
Shell :: how to uninstall a package in react 
Shell :: syslog-ng[31899]: error processing log message: <111 splunk format 
Shell :: ssh set owner 
Shell :: sed two patterns 
Shell :: repo tool depth 
Shell :: strg s crashed vim 
Shell :: how to make bash script must be ran in sudo 
Shell :: Installing gitflow locally 
Shell :: How to ssh to multiple servers and run commands 
Shell :: apt remove package completely with configuration 
Shell :: linux up command multiple level of directory 
Shell :: nohup run node/npm 
Shell :: mongo import all from bson 
Shell :: vim : undo stops working 
Shell :: workspace switch shortcur Gnome 
Shell :: how to check the requirement of a package in pip 
Shell :: nagiosPi docker-compose 
Shell :: Install Lumen CSV 
Shell :: ubuntu deb services list 
Shell :: install extra requires 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =