# Base connection
ftp <IP>
> USER Anonymous
> PASS test# It can be usefull to try passive mode
ftp -p <IP>
> USER Anonymous
> PASS test# Using telnet
telnet <IP> 21
Anonymous
test
bin (binary mode, don\'t forget it before transfering exe file)
get / send
# FTP Web Access ?# Try upload and execute through web access
ftp://IP