Problem Sending File to FTP Location : - PutAttachment() Function Returns 7.
When I use
If FileExists(&Source_File, %FilePath_Absolute)
I am able to find the file on the given path. (I am checking it with the help of message. Please refer to the code below).
But when I am trying to put the file on FTP location, PutAttachment() function returns 7.
Please note that the I am able to ping the FTP from command prompt as well as from browser URL and I have the write access to the FTP path.
I was using the same code to Push the file successfully on same FTP location when we were using Amazone web server.