NetBox — SFTP/SCP/FTP/FTPS/WebDAV client
Posted: Sat 04 Dec, 2010 21:00
Far Manager Forum
https://forum.farmanager.com/
Latest post of the previous page:
I try to set it in Options/Plugins Configuration/Netbox/Transfer Settings to "Text" or "Automatic", but when I initiate a file copy from Ftp host to local computer, it always offer "binary" and I had to change it manually every time.Code: Select all
╔═════════════════════ NetBox - Transfer settings ═════════════════════╗
║──────────── Transfer mode ─────────────────── Upload options ────────║
║ (•) Text (plain text, html, ...) [ ] Set permissions ║
║ ( ) Binary (archives, doc, ...) Owner [x] R [x] W [ ] X ║
║ ( ) Automatic Group [x] R [ ] W [ ] X ║
║ Transfer following files in text mode Others [x] R [ ] W [ ] X ║
║ l; *.css; *.cfg; *.ini; *.sh; *.xml ↓ Octal: 0644 ║
║──────── Filename modification ──────── [x] Add X to directories ║
║ (•) No change ( ) Upper case [ ] Ignore permission errors ║
║ ( ) First upper ( ) Lower case [ ] Clear 'Archive' attribute ║
║ ( ) Lower case 8.3 [x] Replace \:*"? ─────── Common options ─────── ║
║────────── Download options ─────────── [x] Preserve timestamp ║
║ [ ] Preserve read-only [x] Calculate total size ║
?─────────────────────────────── Other ────────────────────────────────?
║ File mask (example: *|.svn/): Speed (KB/s): Unlimited ↓║
║ ↓ ║
?──────────────────────────────────────────────────────────────────────?
║ { Ok } [ Cancel ] ║
╚══════════════════════════════════════════════════════════════════════╝
Code: Select all
╔════════════════════════════════ Copy ════════════════════════════════╗
║ Copy "whatsnew.txt" to: ║
║ C:\Users\xxxx\Documents\whatsnew.txt ↓ ║
?───────────────────────── Transfer settings ──────────────────────────?
║ Transfer type: Binary ║
║ ║
║ ║
?──────────────────────────────────────────────────────────────────────?
║ [ ] New and updated file(s) only ║
║ [ ] Transfer on background (add to queue) [x] No confirmations ║
║ [ ] Use same settings next time ║
?──────────────────────────────────────────────────────────────────────?
║ [ Transfer settings... ] { Ok } [ Cancel ] ║
╚══════════════════════════════════════════════════════════════════════╝
Code: Select all
* FTPS: Added option "Explicit FTP over TLS" (issue #7)
Please check if the last-modified time of your files gets updated on the server. If not, it's no surprise their consumers don't see the changes.