Thread: switch user
View Single Post
Old 12-18-2010, 12:08 PM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

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.
bigstar is offline