FTP 傳檔 TCP 網路錯誤訊息參考列表
FTP (File Transfer Protocol) 檔案傳輸協定、透過 FTP 網址位置名稱、使用者名稱和密碼後登入,將電腦中的檔案上傳到遠端的 FTP 接收伺服器。正常情況下兩端電腦建立好連線後,將會把檔案切分成一小塊一小塊,透過 Protocol 檔案傳輸協定在 Internet 上傳送,再由接收端再將檔案重新組合,達成檔案傳遞的目的。
在上傳檔案中可能會發生的問題,錯誤訊息代碼的對照但因 MAC 及 PC 作業系統可能有些不同。
10004 : error = Interrupted system call | 中斷的系統呼叫 |
10009 : error = Bad file number | 錯誤的文件編號 |
10013 : error = Permission denied | 進入被拒絕 |
10014 : error = Bad address | 位址錯誤 |
10022 : error = Invalid argument (not bind) | 無效參數、未綁定 |
10024 : error = Too many open files | 開啟的文件太多 |
10035 : error = Operation would block | - |
10036 : error = Operation now in progress | - |
10037 : error = Operation already in progress | 操作已在進行中 |
10038 : error = Socket operation on non-socket | - |
10039 : error = Destination address required | 需要正確的主機網址 |
10040 : error = Message too long | 訊息太長 |
10041 : error = Protocol wrong type for socket | Socket 協議類型錯誤 |
10042 : error = Bad protocol option | 錯誤的通訊協議選項 |
10043 : error = Protocol not supported | 通訊協議不支持 |
10044 : error = Socket type not supported | - |
10045 : error = Operation not supported on socket | - |
10046 : error = Protocol family not supported | 通訊協議 Family 不支持 |
10047 : error = Address family not supported by protocol family | - |
10048 : error = Address already in use socket | 通訊端被佔據 80 Port 已經被 IIS 佔用 |
10049 : error = Can't assign requested address | - |
10050 : error = Network is down | - |
10051 : error = Network is unreachable | 網絡無法訪問 |
10052 : error = Net dropped connection or reset | - |
10053 : error = Software caused connection abort | 因軟體導致連接中止 |
10054 : error = Connection reset by peer | 檔案傳輸,連線被防火牆或 Proxy 中斷了 |
10055 : error = No buffer space available | Tracker 的 Buffer 已滿 |
10056 : error = Socket is already connected | - |
10057 : error = Socket is not connected | - |
10058 : error = Can't send after socket shutdown | Socket 關閉後無法發送 |
10059 : error = Too many references, can't splice | - |
10060 : error = Connection timed out | 連線超時 |
10061 : error = Connection refused | 連接被拒絕 |
10062 : error = Too many levels of symbolic links | 符號鏈接問題 |
10063 : error = File name too long | 檔案名稱過長,檔名或路徑內含無效字元 |
10064 : error = Host is down | - |
10065 : error = No Route to Host | 沒有 Route Host 路由到主機 |
10066 : error = Directory not empty | 空的資料夾 |
10067 : error = Too many processes | 太多的進程 |
10068 : error = Too many users | 太多使用者 |
10069 : error = Disc Quota Exceeded | 超過磁碟機的空間配額 |
10070 : error = Stale NFS file handle | 過時的 NFS 文件處理 |
10091 : error = Network SubSystem is unavailable | 網絡子系統不可用 |
10092 : error = WINSOCK DLL Version out of range | Window 的 winsock.dll 問題 |
10093 : error = Successful WSASTARTUP not yet performed | - |
10071 : error = Too many levels of remote in path | - |
11001 : error = Host not found | 未能找到主機位置 |
11002 : error = Non-Authoritative Host not found | - |
11003 : error = Non-Recoverable errors: formERR, REFUSED, NOTIMP | 無法恢複的錯誤 |
11004 : error = Valid name, no data record of requested type | - |