0 votes
by (360 points)

     The server has closed the connection.

Applies to: Rebex FTP/SSL

1 Answer

+1 vote
by (75.8k points)
selected by
 
Best answer

Ftp(1)[1] Command: FEAT
Ftp(1)[1] Response: 211-Features supported:
Ftp(1)[1] Response:  AUTH SSL
Ftp(1)[1] Response:  AUTH TLS
Ftp(1)[1] Response:  EPRT
Ftp(1)[1] Response:  EPSV
Ftp(1)[1] Response:  MDTM
Ftp(1)[1] Response:  MFMT
Ftp(1)[1] Response:  MLST type*;perm*;size*;modify*;unique*;unix.mode;unix.uid;unix.gid;
Ftp(1)[1] Response:  PBSZ
Ftp(1)[1] Response:  PROT
Ftp(1)[1] Response:  REST STREAM
Ftp(1)[1] Response:  SIZE
Ftp(1)[1] Response:  TVFS
Ftp(1)[1] Response:  UTF8
Ftp(1)[1] Response: 211 End FEAT.

Ftp(1)[1] Command: MLST Ftp
Ftp(1)[1] Info: Control connection closed.
Ftp(1)[1] Info: Rebex.Net.FtpException: The server has closed the connection.

var client = new Ftp();
client.EnabledExtensions &= ~FtpExtensions.MachineProcessingList;

Dim client As New Ftp()
client.EnabledExtensions = client.EnabledExtensions And Not FtpExtensions.MachineProcessingList
...