In deployment PhpStorm (7.1.2) cant upload any files with FTP.
Error says "Failed to collect files: Could not determine the type of file" both with gif and php file.
idea.log:
2014-08-06 08:00:38,590 [ 384809] WARN - ins.webDeployment.TransferTask - Could not determine the type of file "ADDRESS_OF_FILE.php". org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "ADDRESS_OF_FILE.php". Caused by: java.net.SocketTimeoutException: Read timed out
idea.logfor details. If nothing -- enable extra logging and try again -- devnet.jetbrains.com/docs/DOC-1202 - LazyOne