我有一个批处理脚本,每天晚上通过schtasks运行在不同的远程Windows上(Windows732位SP1)。这些PC机需要在Linux服务器之间传输FTP文件。目前正在使用FTP,批处理脚本工作得很好。
现在,Linux服务器正被改为只使用SFTP。我想为SFTP编写一个简短的PowerShell脚本,这些文件与服务器相同--我已经在这些PowerShell系统上安装了Posh(PSVersion5.1)。
当前,批处理脚本中执行FTP的部分如下所示:
REM make temp file for FTP
echo open pos%STORE% >
BI Publisher允许将built报告(使用数据模型创建)发送到FTP服务器,但没有内置功能允许将OBIEE报告发送到FTP服务器。
我找到了一些资源,在这些资源中,人们使用使用Visual文件的Server脚本将报表保存到目录中,然后将该文件发送到FTP目的地:
但是,这只适用于在Windows机器上安装BI服务器的环境。
我需要一个Linux解决方案。有人在Linux系统中成功地实现了这一点吗?
将我的Linux服务器更新为Ubuntu19.10和Debian的最新版本,它们都指向我运行镜像存储库的主Linux服务器,并允许通过FTP与其通信,现在我正在接收消息
The method 'ftp' is unsupported and disabled by default.
Consider switching to http(s).
Set Dir::Bin::Methods::ftp to "ftp" to enable it again.
在无法获取ftp://之后。如何通过FTP重新启用系统更新的检索?
我正在尝试连接到Linux上的FTP服务器,当我执行ftp.listFiles(remote);时出现以下异常
SYST 215 Linux Exception in thread "AWT-EventQueue-0"
org.apache.commons.net.ftp.parser.ParserInitializationException:
Unknown parser type: Linux at
org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactory.createFileEnt