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

martin

Re: Synchronize Command only pushes 1 files instead of all

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

To generate the session log file, use /log=C:\path\to\winscp.log 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.


From your description, I guess you might be having this problem:
Upload of file .. was successful, but error occurred while setting the permissions and/or timestamp. If the problem persists, turn off setting permissions or preserving timestamp. Alternatively you can turn on ‘Ignore permission errors’ option.
Faizan

Synchronize Command only pushes 1 files instead of all

I have a below batch script file code which should sync all files to remote from local, however when I run this it only pushes 1 file instead of all files in the folder. All files are CSV file
open CC_BH__LIVECONNECTION
synchronize remote -filemask="*.*" "C:\Users\Admin\NetSuite SFTP\Production\Inbox" "/Inbox"
exit