(Linux) Setup ftp:
python -m pyftpdlib -p 21
(Windows) Connect to ftp:
ftp -A <kali-ip>
(Windows) Copy file to ftp server
put <file>
See commands.