in reply to Re: File test on remote machine and mkpath
in thread File test on remote machine and mkpath

If your target is a UNIX machine you can send through your communications handler 'test -e file_name && echo EXISTS || echo DOESNOTEXIST'
  • Comment on Re^2: File test on remote machine and mkpath