Hi.
I am trying the following
ftp.connect
ftp.download(filename)
ftp.rename(ftp.path,ftp.path & ".processing")
...process downloaded file
ftp.rename(ftp.path & ".processing",otherftppath)
ftp.close
I am getting an error on the last rename there:
ALL [SFTPMessage] 23 Sep 2009 17:57:30.247 : Reply : Name=SSH_FXP_STATUS,Type=101,RequestID=17
errorCode=2
errorMessage=No such file or directory, file: /pub/company/org/DEV/apath/test of variant.XLSX.processing
language=en
now - if I go look on the SFTP server - the file does exists.
I know I have been generic here - but the data is sensitive to my customer - so i cant share too much .
Sometimes I get this error - sometimes I dont - but its too consistent to ignore.
Thoughts?