Quantcast
Channel: How to change FTP password from command line? - Server Fault
Viewing all articles
Browse latest Browse all 6

Answer by Martin Prikryl for How to change FTP password from command line?

$
0
0

Some FTP servers implement proprietary commands to change password. In Windows command-line FTP client, you can execute them using the QUOTE command. The same on *nix.

Titan FTP server:

QUOTE SITE PSWD "<old_password>" "<new_password>"

WS_FTP server:

QUOTE CPWD <new_password>

Older versions of WS_FTP server used:

QUOTE SITE CPWD <new_password>

Reference: Changing account password with WinSCP.


Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>