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

LIST command with -a #6

Open
m-obi opened this issue Feb 1, 2020 · 0 comments
Open

LIST command with -a #6

m-obi opened this issue Feb 1, 2020 · 0 comments

Comments

@m-obi
Copy link

m-obi commented Feb 1, 2020

Hey,

some FTP clients use "LIST -a" to list all in the root dir.
So I added it to FtpControlConnection::stripFlagL.
QString FtpControlConnection::stripFlagL(const QString &fileName) { QString a = fileName.toUpper(); if (a == "-L" || a == "-A") { return ""; } if (a.startsWith("-L ")) { return fileName.mid(3); } return fileName; }

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

No branches or pull requests

1 participant