< 211-Extensions supported:
UTF8
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
PRET
AUTH TLS
PBSZ
PROT
TVFS
ESTA
PASV
EPSV
PS D:\svn-web-ui\106-smt\ivews\121\admin-plus> node ftp.js
Connected to 101.34.29.94:21 (No encryption)
< 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 13:42. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
Login security: No encryption
> USER xzc_hx_iot_com_cn
< 331 User xzc_hx_iot_com_cn OK. Password required
> PASS ###
< 230 OK. Current directory is /
> FEAT
< 211-Extensions supported:
UTF8
EPRT
IDLE
MDTM
SIZE
MFMT
REST STREAM
MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
MLSD
PRET
AUTH TLS
PBSZ
PROT
TVFS
ESTA
PASV
EPSV
SPSV
ESTP
211 End.
> TYPE I
< 200 TYPE is now 8-bit binary
> STRU F
< 200 F OK
> OPTS UTF8 ON
< 504 Unknown command
> OPTS MLST type;size;modify;unique;unix.mode;unix.owner;unix.group;unix.ownername;unix.groupname;
< 200 MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;
Trying to find optimal transfer mode...
> EPSV
Transfer mode failed: "Timeout (control socket)", will try next.
Transfer mode failed: "Client is closed", will try next.
Error: None of the available transfer modes work.
at Client.prepareTransfer (D:\svn-web-ui\106-smt\ivews\121\admin-plus\node_modules\basic-ftp\dist\Client.js:701:19)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async Client.list (D:\svn-web-ui\106-smt\ivews\121\admin-plus\node_modules\basic-ftp\dist\Client.js:485:13)
ftp协议下命令式打包发布解放前端双手使用mac的朋友不知道有没有遇到过,windows下ftp复制黏贴毫无压力,可在mac下就只能读不能做其他操作。对于只使用ftp的后台来说,只能前端打包好后给予后台发布,或者...