PhpStrom keep opening cached files (ftp)
I use WinSCP for FTP, to open things like log files with phpstorm. If I open a file, then close it, then open it again later, phpstorm opens a cached version of the file, not the updated one. Anyone having this problem? I haven't had this problem before, so not sure if it is related to the latest release (2019.2.3)
Please sign in to leave a comment.
IDE should open a remotely stored file directly without any caching.
Please check the behavior using any other ftp client or editor.
I've just had this bug happen again.
How it happened:
1) open a remote file (i opened a .php file using WinSCP)
2) make changes and ctrl+s to upload the file. The file failed to upload because the server lagged out.
3) re-establish connection in the FTP client and open the file again. PhpStorm opens a cached file that it thinks it uploaded.