Jump to content

Recommended Posts

Posted

#include "FTP.au3"
$conn=_FTPOpen("Agent")
$session=_FTPConnect($conn,"81.196.20.133","coolschool","mishusss")
if @error then MsgBox(0,"","Error connecting")
_FTPGetFile($session,"http://www.coolschool.home.ro/didit.swf",@ScriptDir&"\didit.swf")

I'm trying to connect to www.coolschool.home.ro, port 21 and get didit.swf...It's giving me a connect error...Am I using the right calling scheme?

Quote

Together we might liveDivided we must fall

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...