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 の詳細に問題なく接続できます。アプリケーションは正常に構築されています。
前もって感謝します。