> Do you know if there is a command/way with Net::SCP::Expect to check if a > file exists? > In our existing system we first check to see that we can see/find the file > before trying to download it. > I do not see any evident way of doing so in the documentation.
SCP does the PUT and GET functions, and the rest of (S)FTP's shell-like capabilities are done via SSH. So I suspect you'd need Net::SSH::Expect as well. I need to try these ... this looks like a better solution to some probelems we have at $DayJob too ... -- Bill [EMAIL PROTECTED] [EMAIL PROTECTED] _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

