How can I check for existing remote file?
The test method is best used for file checking with bash conditionals
if test("[ -f /tmp/foo ]")
# do stuff
end
The test method is best used for file checking with bash conditionals
if test("[ -f /tmp/foo ]")
# do stuff
end