I have SSH access to a server and I have never bothered to use SFTP until now.
I transferred a file using FileZilla to the server. However, the weird thing is that the file doesn't show up when I SSH into the server and do a ls or even a ls -a (just in case).
The vice versa is also true, when I SSH, I am able to see the file I created via SSH access. However, when I fetch the directory listing via SFTP, that file is nowhere to be seen!
What is the reason for this -- files created via SSH and SFTP are not shown in the directory listing of each other?
I can provide more information if required that might assist in understanding this problem.