Thanks =)

Last night I rewrote the parser a bit, all native commands are imported dynamically from dll's now. Added a ftp library as well:

Code:

ftp_open localhost anonymous anonymous
ftp_status $e

if $e != 230
echo Login failed
exit 0
else
echo Login successful
end




Your friendly mod is at your service.