I\'m getting the error \"The remote server returned an error: (550) File unavailable (e.g., file not found, no access).\" when I call my function sendFile2FTP
The issue was regarding the ftp address. Instead of
ftp://ftp.server.com/intranet/file02-05-2014.xml
I had to use the username in the address
ftp://username@ftp.server.com/server.com/intranet/file02-05-2014.xml