PHP Storm - FTP configuration - ftp

I am trying to configure a project with remote server as a source (ftp). Everything I do is as they say to do it, When I test the connection its successful, but no files show up i the file tree. I have no idea what could be the problem.
I can access the ftp without a problem over browser, filezilla and everything else.
Anyone has an idea?
Thank you

Related

Why shows no input file specified in Codeigniter on Online Linux Server?

My codeigniter project under one folder shows No input file specified. in linux server.
Worked perfectly in local server... Problem occured only in online server
my project url is http://kenknack.com/healthcare/
Given all connections correctly with database connections.
Thanks in advance

FileZilla: My FileZilla does not have two panel layout and says "Warning: FTP over TLS is not enabled users cannot securely login"

I am brand new to using an FTP server. I just downloaded FileZilla and did nothing different, just kept hitting continue through the insallation and then opened it with the server 127.0.0.1 and the default port.
Now I get this:
Also when I see other people putting their files on the server they have a different looking application than I do. It is split and has two different sides in which they load the files to the server. I do not see how they got to that. I watch a beginners tutorial, but it did not really explain how to get to that part.
You have installed FileZilla server.
While you probably wanted FileZilla client.

Cannot connect Webstorm to FTP project

I am trying to connect my Webstorm to my web site, so i can work on the files over the network via FTP, but i can't seem to get my FTP connection to work.
If I connect to my website via Filezilla like this :
... it works perfect.
However when I try with Webstorm nothing seems to work. Here is a screenshot :
error :
Note :
username and password are identical in both cases.
On webstorm i have tried a number of things for the FTP host: www.blue-walrus.com, ftp.blue-walrus.com. And for Web server root URL, i have tried http://blue-walrus.com, and http://www.blue-walrus.com.
Where am i going wrong?
Please check if turning 'Passive mode' (Deployment/Advanced options) on makes any difference. If it doesn't, please try the following:
shut down WebStorm
delete the idea.log
enable debug logging for 'com.jetbrains.plugins.webDeployment'
category (see devnet.jetbrains.com/docs/DOC-1202 for details)
recreate your problem and send the idea.log to Jetbrains support

Connect to server via FTP with Notepad++?

I'm trying to log into my FTP account through Notepad++ but I cant get it to connect for the life of me. I know the password and hostname are correct because it works fine in filezilla.
I get the following info in the output:
-> TYPE I
Connecting
-> Quit
Unable to connect
Disconnected
I'm using
NPPv6.5.4
NppFTPv0.24.1
Incase it matters, the hostname is through awardspace.net dck.dx.am connection mode is passive, transfer mode is binary, everything else is default...
Thanks in advance for the help,
Dave
I'm getting the same results. The plugin worked before, it looks it is now broken. Starting as admin doesn't help, too. Maybe you can downgrade it to some older version and retry. If someone has time, he can fill a support request directly at NPP FTP homepage. As problems with this plugin are frequent, I switched to a different solution - see the second paragraph of that post.
EDIT: I've made some plugin diagnostics, please follow here.
Connecting
-> Quit
Unable to connect
No more explanation of the error.
The reason was, remote machine doesn’t allow FTP connections at all!
So Use sftp (select from connetion type)
this will work

FTP Error - Permission issue?

I was doing a complete redesign of a website for a client and everything was going fine until I went to ftp it. The login and password that he gave me works fine, but when I try to upload the files an error message pops up saying:
An FTP error occurred - cannot create new folder. Access denied. The file may not exist or there could be a permission problem. Make sure you have proper authorization on the server and the server is properly configured.
I can see the files that are already on the server, so I know I'm connected fine, but how do I get this website online? Do I contact the previous coder of the website to make the files writable? Or is the problem elsewhere?
Any help would be appreciated!
A hosting service may require you to place all files to /www for example and deny access to anything else. You may try to reset user rights via that webhost's web interface. If the service allows for some ssh access, you can try using that to see where your problem is. If SFTP works, even better, you can use just that instead.

Resources