in reply to untainting Net::SFTP::Foreign
$opt_remote_dir =~ /^(.*)$/; $sftp->setcwd($1); $sftp->error and die "Unable to change directory: " . $sftp->error; [download]