Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Re: Unable to disable preserver timestamps using command

Hi,

I found that in GUI, it said that some specific path into that folder. I just addin behind the / and my files are successfully transfer.
Thanks so much for your help.. ^^
martin

Re: Unable to disable preserver timestamps using command

You simply do not have write permissions to the root folder (/). What is quote common, unless your account is chrooted.

Make sure you use a correct path.

Show us a log from GUI for a successful transfer.
Dixiaosin

Re: Unable to disable preserver timestamps using command

Here you go.. i had attached the log file for your reference
martin

Re: Unable to disable preserver timestamps using command

Please attach a full log file showing the problem (using the latest version of WinSCP).

To generate log file, use /log=path_to_log_file command-line argument. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
Dixiaosin

Unable to disable preserver timestamps using command

hi, I try to using Winscp GUI and disable the preserver timestamps, it sucessfully let me to drop the file from local to remote without getting the error message
"upload of file was successful but error occurred while setting the permissions and/or timestamp"

But when i want to write into script for automation, i cant upload my file from local to remote.
I getting this error message:
Permission denied.
Error code: 3
Error message from server: Permission Denied!

My script is:
put -delete -nopreservetime -resumesupport=off -nopermissions D:\Output\ForPrestige\* /

anything went wrong of the script?