2010-08-07 47 views
-1

我使用putty連接ftp服務器,上面列出了可用的命令; 哪一個是更改ftp密碼。請幫忙如何從命令行更改FTP密碼?

ftp> help 
Commands may be abbreviated. Commands are: 

!    cr    mdir   proxy   send 
$    delete   mget   sendport  site 
account   debug   mkdir   put    size 
append   dir    mls    pwd    status 
ascii   disconnect  mode   quit   struct 
bell   form   modtime   quote   system 
binary   get    mput   recv   sunique 
bye    glob   newer   reget   tenex 
case   hash   nmap   rstatus   trace 
ccc    help   nlist   rhelp   type 
cd    idle   ntrans   rename   user 
cdup   image   open   reset   umask 
chmod   lcd    passive   restart   verbose 
clear   ls    private   rmdir   ? 
close   macdef   prompt   runique 
cprotect  mdelete   protect   safe 
ftp> 
+1

我不會將此分類爲編程問題。也許嘗試superuser.com? – glenneroo 2010-11-30 01:39:03

+0

這不是一個程序化問題。應該在unix或超級用戶論壇上提問 – 2015-04-07 18:40:06

回答

1

不可能。您必須telnet到服務器或使用遠程桌面。

相關問題