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.