Skip to content

Tag: sftp

How to confirm SFTP file delivery?

I am sending a file using SFTP and public key for non-root user, looks like the file is sent, but I cant find it on the target folder, maybe due to permission. here is the -vvv : target directory How can I make sure the file is delivered, without server access ? Answer All you can do is to check

Keep Remote Directory Up-to-date

I absolutely love the Keep Remote Directory Up-to-date feature in Winscp. Unfortunately, I can’t find anything as simple to use in OS X or Linux. I know the same thing can theoretically be accomplished using changedfiles or rsync, but I’ve always found the tutorials for both tools to be lacking an…