Search results

  1. S

    Trying to connect with remote server and find timestamp of a file but getting invalid command error

    This is my sample code but it's not working getting invalid command error in stat command, the connection is successful but stat command is not working. stat command is installed in both servers local and remote. Thanks in Advance. #!/bin/bash host=-- user=-- pass=-- ftp -inv $host <<EOF user...
Top