connecting to FTP server - The remote server returned an error: (550)

后端 未结 1 1758
自闭症患者
自闭症患者 2020-12-21 05:09

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

相关标签:
1条回答
  • 2020-12-21 05:38

    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

    0 讨论(0)
提交回复
热议问题