ID:1896231
 
Code:
mob/verb/Send_Denunce(a as file)
shell("mkdir [usr.ckey]")
/home/[usr.ckey] << ftp(a,"Denunce.jpg")


Problem description:
How to put a file from my computer , to my host computer (shell) trough a command in Linux to shell ?