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

feature: allow transfering modification and access time in source mode #85

Open
bramvdbogaerde opened this issue May 26, 2024 · 0 comments

Comments

@bramvdbogaerde
Copy link
Owner

Currently we can only set permissions on the remote when copying files to the remote. However, the SCP protocol also allows sending T messages that contain modification and access time for the files being transferred.

Thus the goal of this issue is to implement functionality such that access and modification time can also be transferred from the client to the remote server. A similar issue (#63) was created and in response PR #81 was submitted and merged to provide this functionality for copying files from the remote to the client.

This issue aims to track progress of this feature for transfers from the client to the remote (source mode).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant