function OnGetProfilePathBeforeListing(const isRightSide:Boolean; var Path,UserName,Password:UnicodeString; var AuthKey,AuthKeyPassword:AnsiString; var Port:Integer):Boolean; begin // change the IP to the local IP of your network port // to change it for the left-hand side in the profile, // use LeftBindIP // note that the profile must use FTP library 3 (on Windows), or 2 (on other platforms) RightBindIP:='192.168.12.58'; Result:=true; end;