Ftp uploading issues on phpStorm 7.1

I notice I have this issue in my phpstorm if I have another ftp client connected to same server so what I actually did is to close my ftp client filezilla and then start working correctly .....

Another option is to set FTP on "passive mode" from Deployment=>Selected server=>Advanced Options.


In my case server's partition was full. Try to check size of partition by typing in bash:

df

Then make some space, by removing files with rm or moving mv files to another partition.

Apart of that I could successfully transfer my files through the FileZilla but not with PHPStorm automatic deployment upload (weird).