Bug 360001 - connecting to an ftp-server fails
Summary: connecting to an ftp-server fails
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: net-connection (show other bugs)
Version: 2.4.0-beta3 "Single Step"
Platform: Debian unstable Linux
: NOR major
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-02 15:32 UTC by m*sh
Modified: 2018-05-06 00:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description m*sh 2016-03-02 15:32:14 UTC
From Menu: tools - New Net connection
enter ftp-adress
enter username
enter password hit <ENTER>
Results in the following errormessages:
Error: The directory
[$currentPath]/ftp:/<$USERNAME>:<$PASS>@:21 does not exist
Where
$currentPath is the path of the last active panel
$USERNAME is the username provided in login screen
$PASS is the password used

Reproducible: Always

Steps to Reproduce:
1. From Menu: tools - New Net connection
2. enter ftp-adress
3. Enter credentials

Actual Results:  
Error: The directory
[$currentPath]/ftp:/<$USERNAME>:<$PASS>@:21 does not exist
Where
$currentPath is the path of the last active panel
$USERNAME is the username provided in login screen
$PASS is the password used

Expected Results:  
a coonnection to the ftp-server

I think the severity is high because the login credentials are shown on the screen after a failed attempt to establish a connection.
Comment 1 m*sh 2016-03-02 15:48:13 UTC
There was an error on the server-side