Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

martin

Re: TimeStamp issue after file upload through SFTP

pborole wrote:

1.Weather it is Server issue or Winscp client? We are using windows server 2008 r2 with Ws_FTP latest version

It's interoperability issue. WinSCP asks the server to do an operation the server does not support.

2.How can i set Ignore permission errors in winscp.com assembly in C# code?

See https://winscp.net/eng/docs/message_preserve_time_perm
pborole

TimeStamp issue after file upload through SFTP

Hi sir,

I am facing below issue

. 2015-09-20 13:12:09.376 Preserving timestamp [2015-09-16T19:19:14.000Z]
< 2015-09-20 13:12:09.588 Type: SSH_FXP_STATUS, Size: 44, Number: 1545
< 2015-09-20 13:12:09.588 Status code: 8, Message: 1545, Server: SSHServerAPI.SFTP.fxp_attrs, Language:
* 2015-09-20 13:12:09.588 (ETerminal) The server does not support the operation.
* 2015-09-20 13:12:09.589 Error code: 8
* 2015-09-20 13:12:09.589 Error message from server: SSHServerAPI.SFTP.fxp_attrs
. 2015-09-20 13:12:09.589 Asking user:
. 2015-09-20 13:12:09.589 **Upload of file "BPXF_600016000_1_07052012_07052012_203412_14019.XML" was successful, but error occurred while setting the permissions and/or timestamp.**
. 2015-09-20 13:12:09.589
. 2015-09-20 13:12:09.589 If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on 'Ignore permission errors' option. ("The server does not support the operation.

Please let me know

1.Weather it is Server issue or Winscp client? We are using windows server 2008 r2 with Ws_FTP latest version

2.How can i set Ignore permission errors in winscp.com assembly in C# code?