Topic: When trying to upload a file : volume...externally altered...
Hello MySecureShell-Forum!
First I have to say Thank You for this wonderfull piece of software!
It is really what i was searching for! Secure File-Transfers easy to configure!
I have been using MySecureShell now for a couple of days and it worked perfectly for downloading files for all my users.
But now I wanted to give my users an upload-directory so that they can send me files.
My shared files are owned by me and the group sftp has read-rights.
I changed the rights for the upload-directory to 770 so that they have write-rights.
But when someone of that group tries to upload the file, they get the error:
"The volume for a file has been externally altered so that the opened file is no longer valid."
It also happens for the Users in their home-directories.
Here is the sftp_config file:
<Default>
Shell /bin/MySecureShell
Home /home/$USER
Download 0
GlobalDownload 0
Upload 0
GlobalUpload 0
LimitConnection 10
LimitConnectionByIP 2
LimitConnectionByUser 2
ResolveIP false
IdleTimeOut 300
VirtualChroot true
StayAtHome true
HideNoAccess true
IgnoreHidden true
DefaultRights 0644 0755
Charset UTF-8
</Default>
<Group sftp>
Home /data
Shell /bin/MySecureShell
CanRemoveDir false
CanRemoveFile false
</Group>
<User sftpadmin>
IsAdmin true
</User>
I really dont know what to do, there are also no errors in the log-file.
Please help me! :-)
Thanks in advance!