0

Is there a way to display file content in the new implementation RETR filename.txt

The old way was: GET filename.txt -

Phi Bach
  • 96
  • 5

1 Answers1

1

I found my answer. With RAW FTP commands, before issue RETR , use PASV, the response will give info about the portnum of data channel, use that info to connect to that port to view the content of the file

Phi Bach
  • 96
  • 5