add_attachment funtion issue in tools 8.53
Hi,
We have upgraded to tools 8.53 and testing.
we are trying to FTP a file to a server using add_attachment function.
If we login using an ftp user id and Password it will take us to the default path.
But while FTPing I want to put the file in a different path in the same server.
In 8.51 the code was working properly but in 8.53 its not working.
is there anyway to change the default folder where we place the file when using the Add_attachment function.
Below is the coding we used in 8.51.
add_attachment(&path, "", "../../../mdl1/secure/void/", 0, False, &RECNAME, &ATTACHSYSFILENAME, &ATTACHUSERFILE, 1, &Return_Code);