Monday, October 4, 2021

Easy free ftpserver windows for tranfer file between vm to host

#for download software

https://www.sentex.ca/~mwandel/ftpdmin/

#example for run FTP server

ftpdmin.exe c:\me

#command upload

busybox ftpput 192.168.0.86 block.txt

#command download

busybox ftpget 192.168.0.86 block.txt