Linux Commands for Beginners-- FTP for Remote Administration

本文介绍如何通过安装及配置Very Secure FTP Daemon (vsftpd) 来实现从Windows远程向Linux系统传输文件的过程。步骤包括:安装vsftpd、配置vsftpd.conf文件、重启vsftpd服务以及使用FileZilla在Windows端进行登录。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

In this part,I will show you how to remotely  transfer files to linux via Windows using FTP.


Step1:install vsftpd( Very Secure FTP Daemon)


root@piniheaven:~# apt-get install vsftpd
Reading package lists... Done
......
......
Starting FTP server: vsftpd.


 
Step2:config vsftpd.conf file
root@piniheaven:~# vi /etc/vsftpd.conf
......
#
# Uncomment this to allow local users to log in.
local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
write_enable=YES
#
......



Step3:
root@piniheaven:~# service vsftpd restart
Stopping FTP server: vsftpd.
Starting FTP server: vsftpd.


Step4:find out your IP address

root@piniheaven:~#ifconfig
eth0   Link encap:Ethernet  HWaddr 38:75:a9:28:ce:16 
          inet addr:192.168.222.121  Bcast:192.168.255.255  Mask:255.245.235.0
          inet6 addr: fe80::3285:a9ff:fe24:ce12/64 Scope:Link

          ......

          .......


          RX bytes:83948676 (80.0 MiB)  TX bytes:12029486 (11.4 MiB)



Step4: install Filezilla on Windowns

type your IP address ,userName,and password here.Tips:Don't  login as root user.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值