Either you're using the wrong filename or the file is not on the server.
If you did upload the file to the server, you can search for it:
CODE
find / -name [FILENAME] 2>/dev/null
If the terminal you're using offers tab completion features, you can try typing the first letters of the filename and hitting Tab to fill in the rest