Hey guys I'm trying do a simple FTP file transfer. I thought the script was pretty simple maybe I'm wrong:
FTPPutFile>ftp.attainwealth.net,[email protected],*******,21,test.txt,test.txt,A
MessageModal>%FTP_RESULT%
for the purposes of this thread I have * the password and replaced the user name with user- but thats the complete script - the return is
500 No Data (Winsock error #11004)
any ideas..??
5:19 PM 2/5/2008 - resolved
have you guys ever heard of this - I contacted the ISP provider for my client, and they said in my code I needed to remove the "ftp" from the line :
FTPPutFile>ftp.attainwealth.net,[email protected],*******,21,test.txt,test.txt,A
so it would be:
FTPPutFile>attainwealth.net,[email protected],*******,21,test.txt,test.txt,A
before it would work on their servers - I did and it worked - It would have never dawned on me to remove the leading protocol indicator inside the code...
