- martin
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.
Topic review
- rbandur
Cannot see files updated to SFTP
Looks we found why we can't see the files upoaded to SFTP
SFTP server is on customer side and if has a service which picks the files and delete them
Thanks
SFTP server is on customer side and if has a service which picks the files and delete them
Thanks
- rbandur
Cannot see files updated to SFTP
Hello,
Thanks for your reply.
My code is trying to upload
Attaching session log file.
If we copy that file over WinSCP GUI it is showing successfully on UI.
One more issue is with downloading files, none of them are visible for C# code even these which were added to SFTP manually and are displayed on GUI.
Thanks in advance.
Thanks for your reply.
My code is trying to upload
test1.xml
to SFTP, right after that it lists directory in the same session. Listing shows the file test1.xml
on SFTP. However I cannot download the file. Also it doesnt shows on UI, also in new session listing also doesn't show the file.
Attaching session log file.
If we copy that file over WinSCP GUI it is showing successfully on UI.
One more issue is with downloading files, none of them are visible for C# code even these which were added to SFTP manually and are displayed on GUI.
Thanks in advance.
- martin
Re: Cannot see files updated to SFTP
Please attach a full session log file showing the problem (using the latest version of WinSCP).
Can you add
Also post GUI log showing the listing with absent uploaded files.
Also, if you upload the file in GUI, can you see it in the remote panel afterwards? Post GUI log file for that too.
To generate the session log file, set
Session.SessionLogPath
. 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.Can you add
Session.ListDirectory
code after the upload to check/log the remote directory contents after the upload?
Also post GUI log showing the listing with absent uploaded files.
Also, if you upload the file in GUI, can you see it in the remote panel afterwards? Post GUI log file for that too.
- rbandur
Cannot see files uploaded to SFTP site
I use C# code to upload files to SFTP.
Program says the files uploaded successfully, but I cannot see them in WinSCP UI.
I use WinSCP version 5.19
Any help would be really appreciated
Program says the files uploaded successfully, but I cannot see them in WinSCP UI.
I use WinSCP version 5.19
Any help would be really appreciated