Jump to content

FTPEx does NOT work in Windows XP


Recommended Posts

Hi there,

I use the latest AutoIt Version, I have this script:

#Include <FTPEx.au3>

; login
$server = 'ftp.xxxxxxxxxxxxxx.org'
$i_Passive = '1'
$port = '21'
$username = 'xxxxxxxx'
$pass = 'xxxxxxx'

; Customization
$Programs = @ProgramFilesDir
$Path = @DesktopDir & "\Proxy Stuff\_Database\"
$UploadPath = @DesktopDir & "\Proxy Stuff\_Database\Upload\"
$PromoUploadPath = @DesktopDir & "\Proxy Stuff\_Database\Upload\promo\"

;$temppublicdir = "internal"
$publicdir = "public_html/internal/database/"
$paiddir = "public_html/home/static/paid/"
$promodir = "public_html/home/static/promo/"
$alldir = "public_html/home/static/"

$Open = _FTP_Open('FTP')
$Conn = _FTP_Connect($Open, $server, $username, $pass,$i_Passive,$port)
Sleep(5000)
_FTP_DirPutContents($Conn, $UploadPath, $paiddir,1)
Sleep(5000)
_FTP_DirPutContents($Conn, $UploadPath, $publicdir,1)
Sleep(5000)
_FTP_DirPutContents($Conn, $UploadPath, $alldir,1)
Sleep(5000)
_FTP_DirPutContents($Conn, $PromoUploadPath, $promodir,1)
Sleep(5000)
_FTP_DirPutContents($Conn, $UploadPath, $paiddir,1)
_FTP_Close($Open)

It works perfect in Windows 7 put not in Windows XP. Firewall is deactivatet in Windows XP so please dont start Firewall discussion.

I pay 20 USD per PayyPal to anyone who can make this work on Windows XP!!!!

Link to comment
Share on other sites

  • 3 years later...

Welcome to AutoIt and the forum!

Sprenger120 has been offline for nearly 3 years now. So he won's see your post.

Please do not necro old threads.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

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