Tuesday, 20 August 2013

Why is my new file not showing up?

Why is my new file not showing up?

This is the second time i've had this occur to me.
I am working on a rails app, and I create a file via touch show.html.haml,
and I can do an ls and see the file.

but I am using both WinSCP and SFTP for sublime, and neither can see this
file!
WinSCP returns...

and Sublime returns,
Downloading folder "/app/qa/www/htdocs/qa-dashboard/app/views/scripts/"
... 1 file to download
yet it never downloads the file. What is happening here? I've also
verified that it wasn't the touch command. i've tried vi'ing the file, and
saving it. Same thing.
I've also verified that the hosts are matching.
Additional notes:
I am using elevated_user to create the file, and user, ddavison to edit
the file. ddavison is not in the group.
File modes are,
drwxrw-rw- ... .
drwxr-xrwx ... ..
-rw-rw-rw- ... show.html.haml

No comments:

Post a Comment