我正在尝试通过 FTP 将 WinForms 应用程序发布到 VPS。
对于部署中的每个文件,我都会收到以下错误。
Error 40 Failed to copy file '\\webserver\AthenaData\Athena\bin\Debug\app.publish\Application Files\Athena_2_4_0_0\DevExpress.XtraWizard.v11.2.dll.deploy' to 'ftp://ftp.cityworksgroup.co.uk/install/Application Files/Athena_2_4_0_0/DevExpress.XtraWizard.v11.2.dll.deploy'. Unable to add 'Application Files/Athena_2_4_0_0/DevExpress.XtraWizard.v11.2.dll.deploy' to the Web site. The system cannot find the path specified (550). 1 1 Athena
发布到本地共享工作正常。我可以很好地连接到我在单独的 FTP 应用程序中使用的 FTP 详细信息,并对 FTP 帐户应用完全权限。该应用程序正在构建良好。
提前致谢。