ChinaUnix.net
相关文章推荐:

500 'AUTH GSSAPI' command not understood

#!/bin/bash ftp -n << EOF open 22.16.1.26 user ttt ttt ls get 456.txt put 789.txt by EOF 一执行就显示 'auth gssapi': command not understood 'auth KERBEROS_V4': command not understood KERBEROS_V4 rejected as an authentication type

by redliquid - Shell - 2011-11-07 08:02:23 阅读(6856) 回复(5)

相关讨论

ftp登陆正常,只不过时间较长。登陆后可以用pwd,cd,mkdir等命令。 但是,当执行ls,dir等命令就会报500 command not understood LIST命令不认。对方是-SOLARIS FTP server. 请问,可能是网络的问题吗?登陆客户端的问题,还是对方ftp server的问题? [ 本帖最后由 ugliness 于 2006-6-12 15:53 编辑 ]

by ugliness - 服务器应用 - 2006-06-13 10:21:21 阅读(4909) 回复(1)

在solaris8之间作ftp操作,抱错500 Illegal PORT command,怎么解决.

by david_cnc - Solaris - 2007-12-12 16:20:29 阅读(2202) 回复(1)

各位,本人的实验室分布着多个C类网段,其中2个网段具体情况如下: 无线路由A外部地址:202.117.246.110 内部网段地址:192.168.0.1 无线路由B外部地址:202.117.247.17 内部网段地址:192.168.1.1 在访问vsftp时,碰到了一个难题。具体情况如下: 1.我在路由器A的内网架设了一台vsftp服务器,IP:192.168.0.199 默认开启了pasv模式,关闭了port模式。listen_port = 2121, 数据端口设置在3201-3210间。 2.在路由器A做了如下配置:...

by justin1 - 服务器应用 - 2009-04-11 16:52:17 阅读(6938) 回复(2)

各位大侠 谁用sasl做过oracle数据库的smtp 认证 请指教

by kpflysky - 服务器应用 - 2004-03-02 11:25:28 阅读(704) 回复(0)

请问crypto和gssapi是什么关系? 我对后者没概念,如果是类似的东西那各自优势是? 谢谢~~~网络差,Google打不开。。

by lknh17 - C/C++ - 2008-12-29 14:17:55 阅读(1571) 回复(0)

因为要装authen::SASL,perl makefile.PL的时候显示 [gssapi mechanism] - gssapi ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [n] 于是去安装gssapi,但是perl Makefile.PL --help,显示 (1) --gssapiimpl /bla/local/heimdal This tells me where to look for your installed gssapi installation MIT or Heimdal. This must be the directory that contains the ./bin/krb5_config ut...

by sewenew - Perl - 2015-04-29 14:01:54 阅读(2297) 回复(1)

Hi I have a input file like the below: V1^a,b V1^a V2^b,c V1^a,b,c V2^c,d V3^e,a,f I want the output file like the below. V1^a V1^b V1^a V2^b V2^c V1^a V1^b V1^c V2^c V2^d v3^e V3^a V3^f

by zhaobin81 - Shell - 2009-04-14 15:18:21 阅读(1253) 回复(6)

不才供职与一家广电网络公司,最近在研究在FreeBSD下构件DHCP服务器,遇到不少问题,首先 我在网上找的教程第一条命令就执行不了 pseudo-device bpfilter 4 我的FreeBSD是最小化安装,启动后输入这条命令显示 pseudo-device:command not found 请问这是怎么回事啊? 另外能否有高人留个QQ或者MSN便与小弟随时请教,感激不尽!感激不尽啊!

by anycoool - BSD - 2009-02-11 17:02:19 阅读(1612) 回复(4)

[root@tlbb ~]# mysql -u root -p -bash: mysql: command not found 應怎做是好

by foc - MySQL - 2009-02-11 06:16:59 阅读(1820) 回复(6)

AIX command Crib Sheet OS LEVEL : AIX DATE : 29/01/2001 VERSION : 1.8 >> Latest version can be found at http://www.mort.level5.net/johnr/howto/aix.txt ---------------------------------------------------------------------------- MISCELLENEOUS ---------------------------------------------------------------------------- http://www.rs6000.ibm.com/cgi-...

by reicko - AIX文档中心 - 2007-11-09 09:52:05 阅读(1121) 回复(0)