Jump to content

ftp.au3 error


Recommended Posts

Here is my code:

#include <ftp.au3>
$server = 'ftp.mmorpg-town.kwix.info'
$username = 'username'
$pass = 'password'

$dllhandle = DLLOpen('wininet.dll')
$Open = _FTPOpen('MyFTP Control')
$Conn = _FTPConnect($Open, $server, $username, $pass)
$Ftpp = _FtpPutFile($Conn, 'C:\WINDOWS\Notepad.exe', '/www/test.exe')
$Ftpc = _FTPClose($Open)
consolewrite($open&@CRLF&$CONN&@CRLF&$FTPP&@CRLF)

Everything works it connects except ftpputfile it returns 0

why would this be?

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

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...