Hello,
If the FTP server supports this without disconnecting then you could issue the following raw commands
REIN
USER <username>
PASS <password>
You could even make a custom command that sends these 3 commands so that it doesn't need to be entered each time.
|