FTP Reply Code
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://statuscodefyi.com/iframe/glossary/ftp-reply-code/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://statuscodefyi.com/glossary/ftp-reply-code/
Add a dynamic SVG badge to your README or docs.
[](https://statuscodefyi.com/glossary/ftp-reply-code/)
Use the native HTML custom element.
A three-digit status code returned by the FTP server after every client command, structured similarly to HTTP status codes. The first digit indicates the outcome class: 1xx (positive preliminary — action in progress), 2xx (positive completion), 3xx (positive intermediate — more information needed), 4xx (transient negative — retry may succeed), and 5xx (permanent negative — command not accepted). The remaining digits narrow the specific meaning within each class.