Jump to content

FTP.au3 problems


VicTT
 Share

Recommended Posts

#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

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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