Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displayed a more comprehensive error message if the base directory does not exist #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oliviermartin
Copy link

Some FTP servers limit the access to a sub-directory of the filesystem while other FTP servers expose the entire filesystem and could also start the FTP session to the user home directory.
In this case the base directory is related to the root filesystem and not related to the start of the TFP session.
This error message highlights the given base directory and the directory where the FTP session started.

I had the issue because one of my FTP session starts at '/home/olivier' while I thought this directory was the base of my FTP session.
This error message should allow the user to waste time to understand why it does not work.

…es not exist

Some FTP servers limit the access to a sub-directory of the filesystem while
other FTP servers expose the entire filesystem and could also start the FTP session
to the user home directory.
In this case the base directory is related to the root filesystem and not related
to the start of the TFP session.
This error message highlights the given base directory and the directory where the
FTP session started.
@oliviermartin oliviermartin changed the title Fixed base directory initialization Displayed a more comprehensive error message if the base directory does not exist Oct 16, 2015
It is required 'base' variable contains an absolute path for the subsequent steps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant