Password popup during connecting and before downloading

Please post here if you have problems in using FTP Rush.
Post Reply
ChrisjuH68
Posts: 1
Joined: Thu Apr 09, 2020 12:57 pm

Password popup during connecting and before downloading

Post by ChrisjuH68 »

Hello, hereby a question form a newbie to the FTP Rush software.

I downloaded the program for a specific reason namely I want to establish a site to site FTP (FXP) with a lot of data.

The problem is the password popup dialog I have when establishing the connection although the user and password are in the connectionsetup. If I escape the password popup (or type in a wrong password) then the logon continues, I get an error message in the log and the connection is established.

If I give the password, there is no error message in the log and the connection is also established.

During file transfer the same problem as described above. And if I don't give in a password or hit the escape button the system is in wait modus and does not continue.

You can understand if I am going to transfer a lot of files over many hours I cannot be watching all the time to continue the proces.

I have the problem on only one side(sender), the other(receiver) works fine.
Sender is Unix SSH FTP (v3) on a local network
Receiver is SSH FTP (Auth TLS) on a WAN location

Someone maybe an idea??
Thanks in advance!!
-Chris-

Code: Select all

[MyTestServer] Connecting to MyTestServer
[MyTestServer] Connecting to 255.255.255.255:22
[MyTestServer] Establishing SFTP connection
***(Asking again for password, and fill it in)
[MyTestServer] OpenSSH_7.4p1+sftpfilecontrol-v1.3-hpn14v12
[MyTestServer] Encryption algorithm: aes128-ctr
[MyTestServer] SFTP [v3] connection established
[MyTestServer] Request Absolute Path
[MyTestServer] "/home/xxx" is current directory.
[MyTestServer] "/xxx" is current directory.
[MyTestServer] Retrieving file list...
[MyTestServer] Listed directory (0 seconds)
[MyTestServer] Request Absolute Path
[MyTestServer] "/xxx" is current directory.
[MyTestServer] (User Disconnect Connection)
[MyTestServer] MyTestServer Disconnected

[MyTestServer] Connecting to MyTestServer
[MyTestServer] Connecting to 255.255.255.255:22
[MyTestServer] Establishing SFTP connection
***(Asking again for password, push escape)
[MyTestServer] Authentication type [16] failed
[MyTestServer] OpenSSH_7.4p1+sftpfilecontrol-v1.3-hpn14v12
[MyTestServer] Encryption algorithm: aes128-ctr
[MyTestServer] SFTP [v3] connection established
[MyTestServer] Request Absolute Path
[MyTestServer] "/home/xxx" is current directory.
[MyTestServer] "/xxx" is current directory.
[MyTestServer] Retrieving file list...
[MyTestServer] Listed directory (0 seconds)
[MyTestServer] Request Absolute Path
[MyTestServer] "/xxx" is current directory.
[MyTestServer] (User Disconnect Connection)
[MyTestServer] MyTestServer Disconnected
Post Reply