in the ābugsā section of the man page says:
āCorrect execution of many commands depends upon proper behavior by the remote server.ā
can it be a server bugs? Why infinityfree and 000webhost are identical in everything? why donāt you use sftp or something else (related to 9p) instead?
I can honestly say the only problems Ive had have been when using either the onsite file manager and libftp for python. The best way to check if it is a server side bug would be to try a different FTP client and see if it has the same results.
Also make sure that your browser isnt Casheing the page (ctrl+f5 usually works, or an incognito browser session)
I canāt speak to adminās motives for why sftp isnāt supported. But ultimaitly its a limitation on the free accounts and its something we just have to work with
We use Pure-FTPd, basically the go-to FTP server out there and used by the overwhelming majority of web hosting providers. Iāve never used the ftp command line client myself
In my personal opinion, I do think that SFTP is the ānicerā protocol to use. Itās more modern, and probably less finicky with NAT too. And itās secure by default, which is great.
But for some reason thatās beyond me, FTP is still the default for web hosting. cPanel, the most well known web hosting control panel (also used on iFastNetās premium hosting), supports FTP by default, but I think that SFTP is tied to SSH access. And SSH access with web hosting is typically only available as a higher tier addon, and definitely not available with free hosting.
Iām not sure what the technical challenges are regarding supporting SFTP access. But there is not that much demand for it.
You also have to consider that you are probably a lot more technically skilled than most of our users. Most people using our hosting simply use visual interfaces like FileZilla, which works great with FTP in general, and Pure-FTPd specifically as well.