@martin thanks! really appreciate you helping me look into this. it turned out it was an issue with the underlying file system.
- aarong
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
ls
on there, or something else; or hardware issue like a file system problem.
ls
hanging is a WinSCP issue.
/shared/directory
, tries to run the following command:
ls -la --full-time
ls
command before, --full-time
. So I SSHed into the server and tried to run that line myself, and indeed, it just hangs there. Not just ls -la --full-time
, ls -la
, ls -l
, and ls --full-time
all cause the shell to just hang there. Ctrl+C
doesn't even get me out of it. (As a note, ls
and ls -a
both run fine in that directory).
sftp
tool on the command line from another server. However, connecting to the server with SSH everything is fine. I'll admit to not being super familiar with the SFTP protocol – I'll be honest, I thought it was basically just SSH. If you have any insight as to why SFTP may be behaving differently than SFTP, I'd appreciate it.
myremotehost
and a directory called /shared
. /shared
is an Amazon AWS Lustre directory mounted there at /shared
.
myremotehost
just fine with WinSCP. I can navigate to /shared
and even /shared/directory
, but it seems that some directories therein begin to cause WinSCP to timeout. This behavior has been persistent, and I don't know how to troubleshoot it. I can connect to myremotehost
just fine with PuTTY and see all the files in the directory and all that, so I don't think it's an issue with the server or the directory itself.