Hello everyone,
I have been having some problems with the FTPS site i created. here is brief background of it.
FTPS site created on Windows server 2012 r2 with SSL cert deployed.
everything seems to be working fine when i access my site from internet using any FTP client ( Filezilla or winscp). I can upload and download files like (.txt,.docx,.xlsx,.png) but when i try to upload a PDF this site it gives me following error:
Status: Retrieving directory listing of "/"...
Command: PORT xxxxxxxxxxxxxx
Response: 501 Server cannot accept argument.
Command: PASV
Response: 227 Entering Passive Mode (xxxxxxxxxxxxxxxx).
Command: LIST
Response: 150 Opening BINARY mode data connection.
Response: 226-Directory has 107,247,357,952 bytes of disk space available.
Response: 226 Transfer complete.
Command: PORT xxxxxxxxxxxxxxxx
Response: 501 Server cannot accept argument.
Command: PASV
Response: 227 Entering Passive Mode (xxxxxxxxxxxxxx).
Command: STOR ------.pdf
Response: 550 Access is denied.
Error: Critical file transfer error
Status: Disconnected from server
Error: Disconnected from server: ECONNRESET - Connection reset by peer
I just don't know where the problem lies, does any one have idea for such type of issue?