linux ftp serverLinux serverNETWORK ADMINISTRATIONS

Transfer Files from Windows to Kali Linux fast

Install Impacket – some blog I found on the interwebs let me know if it works.
https://dahiya-aj.medium.com/impacket-installation-on-kali-linux-ec8ff01503bd
=================================================================================My instructions below
From Kali make a writeable folder we could serve SMB from
cd /tmp
mkdir smbfolder
chmod 777 smbfolder
cd smbfolder
nano test.txt
nano test.txt
control + O to save
control + X to close
ls

From Kali start up SMB Server
sudo impacket-smbserver share -smb2support /tmp/smbfolder

ifconfig
note your attackbox kali IP

From the Windows Box enter the IP of the Kali box in
File explorer
Network
\ipofkalibox
enter
click on share

source

by Into the Code with Danny

linux ftp server