Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

FTPEx

$
0
0

Hello

I have a problem with header FTPEx.au3.

This is my script :

#include <FTPEx.au3> $server = 'ftp.exotique-masaj.ro' $username = '' $pass = '' $FTPFile = "/test_db.txt" $ULFile = @ScriptDir & "\test_db.txt" $Open = _FTP_Open('Connect') If @error Then ConsoleWrite("Open Error: "&@error) $Conn = _FTP_Connect($Open, $server, $username, $pass) If @error Then ConsoleWrite("FTP Connect: "&@error) Sleep(2000) _FTP_FilePut($Conn, $ULFile, $FTPFile) If @error Then ConsoleWrite("File Put: "&@error) While True WEnd

Raport @error = - 1 in _FTP_FilePut()

 

File Put: -1

Probably server ftp is secure with TLS ? Or...

 

Thanks`


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>