Re: how can copy with pscp and modify the permissions?
I was just wondering which server - source or destination?
When uploading, the source is a client and the destination is a server.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
I was just wondering which server - source or destination?
pscp
is running in SCP mode, it sends 0644 permissions. These permissions are used only, if -p
parameters is used. Otherwise default permissions (as defined by server) are used. If pscp
is running in SFTP mode, default permissions are used always.
psftp
, if SFTP is an option? The psftp
have command chmod
.
pscp
for upload my files generates in it.