アプリケーション サーバーのある場所からデータベース サーバーへの特定のファイルの転送を自動化する必要があるという要件があります。
これらの手順を使用して手動で実行できますが、スクリプトで必要です
#! /bin/ksh
directory path where the file need to be
ftp (hostname of the application server)
username
password
file location in the apps server
get filename
quit
どんな助けでも本当に感謝しています....
よろしくサム