My script respond is 234-AUTH TLS successful but file is not getting uploaded
i tried changing
FTP_USETLS to 2
FTP_PASSIVE to 0
but nothing.
File is not getting upload
Code: Select all
Let>FTP_USETLS=3
Let>FTP_PASSIVE=1
Let>FTP_STATUS=1
Let>FTP_TIMEOUT=15
Let>ftpserver=linux.ftp.gr
Let>ftpuser=xxx
Let>ftppassword=xxx
Let>ftpport=21
Let>ftpuploadfolder=/httpdocs
Let>filetoupload=C:\Users\PC6\AppData\Roaming\MetaQuotes\Terminal\Common\Files\ACCOUNTDETAILS.csv
FTPPutFile>%ftpserver%,%ftpuser%,%ftppassword%,%ftpport%,%filetoupload%,%ftpuploadfolder%,ACCOUNTDETAILS.csv,A
msg FTP_RESULT
234-AUTH TLS successful