我正在尝试连接到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
我的服务器上安装了apache2和Xampp,现在我的问题是
当我阻止apache2离开/etc/init.d/apache2 stop
并尝试像/opt/lampp/lampp restart一样重新启动xampp,我得到了响应
Stopping XAMPP for Linux 1.7.3a...
XAMPP: XAMPP-Apache is not running.
XAMPP: XAMPP-MySQL is not running.
XAMPP: XAMPP-ProFTPD is not running.
XAMPP stopped.
Starting XAMPP for Linux 1
在我工作的地方,我们使用属于博物馆的古老技术。此外,我必须通过系统管理员完成所有工作。
他们告诉我,为了获得PHP,他们需要升级操作系统以及Apache版本。
lcas100[67]% uname -a
Linux lcas100 2.6.9-11.ELsmp #1 SMP Fri May 20 18:26:27 EDT 2005 i686 i686 i386 GNU/Linux
lcas100[68]% cat /etc/*-release
LSB_VERSION="1.3"
Red Hat Enterprise Linux AS release 4 (Nahant)
lca
我想开发一个C#工具,无论何时通过PHP调用它(例如使用exec-命令),它都可以在Apache Web服务器上运行。由于我是新手,如果你能帮助我,那就太好了:
1)如果我使用Mono和"msc"-command在我的Windows系统上编译C#代码,会不会创建一个也可以在Linux中执行的文件,即Apache Web Server?(它在Windows中肯定是可执行的)如果不是,我如何使用Mono for Windows创建Linux可执行文件?
2)在尝试通过PHP调用Apache Web Server上的应用程序时,是否需要考虑一些问题?权限?