Enable FTP service in your linux server

FTP is a file transfer protocol that specifies how to transfer files across the internet, and in this blog, I am going to show how to enable an ubuntu server accessible via FTP.

Prerequisite

You should have an Ubuntu server instance running at hand. You can either apply a free one in AWS or any other cloud PaaS Provider.

Steps

  1. Login to your Linux server
    Install vsftpd in your server instance viasudo apt-get install vsftpd -y. once installation is down, the ftp service will start automatically, you can check via sudo netstat -nltp | grep 21, which tells a certain process is listening port 21. Alternately you can manually start the service via sudo systemctl start vsftpd.service.
  2. Create directory for your ftp service.
    sudo mkdir /home/uftp and sudo touch /home/uftp/welcome.txt will create a directory called 'uftp' and file welcome.txt in your directory.
  3. Create ftp user that can login to your server via ftp
    • sudo useradd -d /home/uftp -s /bin/bash uftp will create user 'uftp', you can specify another name as you like. Once the user is created, specify the password for user via sudo passwd uftp, you will be required to specify the password twice.
  4. Allow the files can be accessed via ftp
    By default you are not allowed to access any file via ftp, command sudo rm /etc/pam.d/vsftpd uncover the permission.
  5. Specify your created user can and can only access via ftp
    Command sudo usermod -s /sbin/nologin uftp can restrict your user can only access via ftp. Detailed access permission can be specified via sudo chmod a+w /etc/vsftpd.conf && vim /etc/vsftpd.conf. A sample specification is given below:
# 限制用户对主目录以外目录访问
chroot_local_user=YES

# 指定一个 userlist 存放允许访问 ftp 的用户列表
userlist_deny=NO
userlist_enable=YES

# 记录允许访问 ftp 用户列表
userlist_file=/etc/vsftpd.user_list

# 不配置可能导致莫名的530问题
seccomp_sandbox=NO

# 允许文件上传
write_enable=YES

# 使用utf8编码
utf8_filesystem=YES
  1. Add your created user to user list
    sudo touch /etc/vsftpd.user_list creates user list file that specifies only users specified here can access the server via ftp. You can modify the file via sudo chmod a+w /etc/vsftpd.user_list && vim /etc/vsftpd.user_list and add user 'uftp' in this file.
  2. Specify the directory permission
    sudo chmod a-w /home/uftp and sudo mkdir /home/uftp/public && sudo chmod 777 -R /home/uftp/public, the fisrt command tells that /home/uftp is only readable, and the second command tells /home/uftp/public is both readable and writable.
  3. Start your vsftpd service
    sudo systemctl restart vsftpd.service
  4. Access you remote ftp via FTP client
    • Windows
      In File Explorer you can enter below URL ftp://[user_name]:[password]@[your_cloud_vm_public_ip] .
    • Mac
      In *Finder app, click Go in menu and select Connect to Server (or user Command + K hot key), enter URL ftp://your_cloud_vm_public_ip], enter your username and password in pop-up screen, you will be logged in.
  • FTP Client
    FileZilla is a cross-platform ftp client that supports both Windows and Mac.
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 203,362评论 5 477
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 85,330评论 2 381
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 150,247评论 0 337
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 54,560评论 1 273
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 63,580评论 5 365
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 48,569评论 1 281
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 37,929评论 3 395
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 36,587评论 0 258
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 40,840评论 1 297
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 35,596评论 2 321
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 37,678评论 1 329
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 33,366评论 4 318
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 38,945评论 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 29,929评论 0 19
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 31,165评论 1 259
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 43,271评论 2 349
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 42,403评论 2 342

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,279评论 0 10
  • PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...
    念念不忘的阅读 13,430评论 5 6
  • Getting Started Use the Current Stable Version (7.1) Buil...
    Leonzai阅读 1,933评论 0 3
  • 离开学校已经两年了,在这个城市里,我已经学会了像秋儿一样在春风中自在的奔跑,学会了静静地看花儿绽放,将一些身外之事...
    莲城阅读 672评论 0 48
  • 弯弯小河 淌在我心中 此起彼伏 缠绵难平 沉眠布莱屋 顺着梦境中悠悠话语 我沉醉其中 在兴奋,欢悦地感受幸福 在歌...
    荒草_冯权加阅读 233评论 4 3