我有一个要求,我需要自动将特定文件从应用程序服务器中的一个位置传输到数据库服务器。
我可以使用这些步骤手动完成,但我需要在脚本中
#! /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
任何帮助都非常感谢....
问候山姆