Could not create FTP directory
PHPStorm 2.0
Build #PS-103.99
This is driving me nuts. I've restarted the software and my computer but this is still happening. I am developing a wordpress site and I have the server directories mapped correctly to my local directory. It seems that going 3 levels deep messes up the software. I tried navigating to a custom theme directory but twirling the directory causes the twirl icon to disappear as if the folder is empty. However, I know it is not because I was able to use Coda to FTP the files into that directory. Every time I try to upload any files 3 levels deep in the structure I receive the following error (for each respective file):
Failed to transfer file '/Users/Smola/Sites/floppydeuce.blog/wp-content/themes/F2 2011/inc/meta.php': could not create FTP directory "ftp://ftp.floppydeuce.com/wp-content/themes/F2 2011/inc"
I can upload files mapped to the F2 2011 directory but receive the error when uploading to the inc directory, and any other directory within the F2 2011 folder. I have tried changing some of the FTP settings to no avail. Any other suggestions?
请先登录再写评论。
Please collect ftp log as described there: http://devnet.jetbrains.net/docs/DOC-1202 and attach to your post. It will help phpstorm developers to identify your problem.
is that a space inbetween F2 and 2011?
on a linux server that could cause issues.
Eliminating the space seems to have alleviated the problem. Good call!