We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SshScpFile does not parse the date and timestamp output of "ls -ld", stopping at file size.
$ ls -ld *.log -rw-r--r-- 1 kuand2 Administrators 5766 Apr 2 2015 fxc.log -rw-r--r-- 1 kuand2 Administrators 26841736 Sep 8 19:31 iota.log
$ ls -ld *.log
-rw-r--r-- 1 kuand2 Administrators 5766 Apr 2 2015 fxc.log
-rw-r--r-- 1 kuand2 Administrators 26841736 Sep 8 19:31 iota.log
using v4.3.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SshScpFile does not parse the date and timestamp output of "ls -ld", stopping at file size.
$ ls -ld *.log
-rw-r--r-- 1 kuand2 Administrators 5766 Apr 2 2015 fxc.log
-rw-r--r-- 1 kuand2 Administrators 26841736 Sep 8 19:31 iota.log
using v4.3.2
The text was updated successfully, but these errors were encountered: