Just wondering if anyone is facing any issues with vinyl and High Sierra.
I have this little gulp setup to compile both my js and styles and upload to the ftp server automatically (Using SFTP), but after I've updated my MacOS to this latest version I can't seem to make it work.
The log messages say it connects and disc fine, but the files do not get uploaded.
Had a look around and saw that this version had ftp and telnet client's removed, tried a couple of solutions some people offered out there, but nothing seems to have worked.
It works fine on previous versions of MacOS as I work have two different machines.
Trying on a non STFP server it seems to work just fine.
Here's my little gulp setup -> https://github.com/rafamarins/deploiii
NPM version - 5.5.1
Node Version - 9.3.0
Visual Code version - 1.20.1
And the log messages
SFTP ->
Non SFTP (And expected outcome) ->
Let me know if anyone is facing any issues like this and if you have any solutions/workaround it.
Hello.
Just wondering if anyone is facing any issues with vinyl and High Sierra. I have this little gulp setup to compile both my js and styles and upload to the ftp server automatically (Using SFTP), but after I've updated my MacOS to this latest version I can't seem to make it work. The log messages say it connects and disc fine, but the files do not get uploaded. Had a look around and saw that this version had ftp and telnet client's removed, tried a couple of solutions some people offered out there, but nothing seems to have worked. It works fine on previous versions of MacOS as I work have two different machines.
Trying on a non STFP server it seems to work just fine.
Here's my little gulp setup -> https://github.com/rafamarins/deploiii NPM version - 5.5.1 Node Version - 9.3.0 Visual Code version - 1.20.1 And the log messages SFTP -> Non SFTP (And expected outcome) ->
Let me know if anyone is facing any issues like this and if you have any solutions/workaround it.