Hi All,
I am having shell scripts that make use of ftp to fetch data from one hp-ux box to another. Currently we are migrating these scripts to sftp. Is it a straight forward one? Also, please clarify my following doubts:
1) In ftp we check the success of ftp by verifying the status codes like 200,226 etc. We are not able to identify any similar codes in sftp. How do we verify the status of sftp process , within scripts?
2)Is there any capability that ftp has and will be lost after migration to sftp?
Please shed some light in to this as the requirement is a bit urgent.
Thanks in advance.
I am having shell scripts that make use of ftp to fetch data from one hp-ux box to another. Currently we are migrating these scripts to sftp. Is it a straight forward one? Also, please clarify my following doubts:
1) In ftp we check the success of ftp by verifying the status codes like 200,226 etc. We are not able to identify any similar codes in sftp. How do we verify the status of sftp process , within scripts?
2)Is there any capability that ftp has and will be lost after migration to sftp?
Please shed some light in to this as the requirement is a bit urgent.
Thanks in advance.