ftp

Interactively transfer files between a local and remote FTP server. More information: https://learn.microsoft.com/windows-server/administration/windows-commands/ftp.

ftp host

ftp -A host

ftp -n host

ftp -s:path\to\file host

mget *.png

mput *.zip

mdelete *.txt

ftp --help