You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to access a file in /proc in the remote filesystem then no content is returned (eg, cat /mnt/ftp/proc/stat). I'm pretty sure this is because the file size is reported as zero, so curl doesn't return any data:
Hello,
If you try to access a file in /proc in the remote filesystem then no content is returned (eg, cat /mnt/ftp/proc/stat). I'm pretty sure this is because the file size is reported as zero, so curl doesn't return any data:
However, if I use
ncftp
then I can cat the file just fine:ncftp -u user -p pass 192.168.100.1 Logging in... ncftp / > cat /proc/stat cpu 304187 0 321924 1697440 6 79 1240 0 0 0 ...
I tried
-o custom_list=LIST
instead of the defaultLIST -a
hoping it would fetch until EOF without knowing the file length, but to no avail.Do you know how this can be made to work?
Thanks for your help!
-Eric
The text was updated successfully, but these errors were encountered: