You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
Hello, I am trying to deploy with ftp in the last step. But I am getting an error about not being able to change the file. I took a look at issue #220. But it was of no use to me.
----------------------------------------------------------------
Making changes to 1744 files/folders to sync server state
Uploading: 57.4 MB -- Deleting: 0 B -- Replacing: 0 B
----------------------------------------------------------------
creating folder "css/"
----------------------------------------------------------------
-------------- 🔥🔥🔥 an error occurred 🔥🔥🔥 --------------
----------------------------------------------------------------
----------------------------------------------------------------
---------------------- full error below ----------------------
----------------------------------------------------------------
FTPError: 550 Failed to change directory.
at FTPContext._onControlSocketData (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.2/dist/index.js:5254:39)
at Socket.<anonymous> (/home/runner/work/_actions/SamKirkland/FTP-Deploy-Action/4.3.2/dist/index.js:5095:44)
at Socket.emit (events.js:314:20)
at addChunk (_stream_readable.js:297:12)
at readableAddChunk (_stream_readable.js:268:11)
at Socket.Readable.push (_stream_readable.js:213:10)
at TCP.onStreamRead (internal/stream_base_commons.js:188:23) {
code: 550
}
Error: FTPError: 550 Failed to change directory.
When I try to log in myself with the FTP user, it connects directly to this directory. And if I type cd css/ I can access that directory without issue.
The text was updated successfully, but these errors were encountered:
Because of the root files that existed in the folder before, it could not perform the operation. I deleted all of them manually and restarted deploy and the problem went away.
Bug Description
Hello, I am trying to deploy with ftp in the last step. But I am getting an error about not being able to change the file. I took a look at issue #220. But it was of no use to me.
My Action Config
My Action Log
vsftpd configuration
And my currently directory is
/var/www/sma-crm/
When I try to log in myself with the FTP user, it connects directly to this directory. And if I type
cd css/
I can access that directory without issue.The text was updated successfully, but these errors were encountered: