search for: 151,157

Displaying 3 results from an estimated 3 matches for "151,157".

Did you mean: 151,15
2003 May 14
1
Bug with Large Files on AIX
...with the O_LARGEFILE option, so you can't transfer files > 2GB to an AIX machine. Here is a fix: diff -c -r rsync-2.5.6.orig/syscall.c rsync-2.5.6/syscall.c *** rsync-2.5.6.orig/syscall.c Sun Jan 26 21:09:02 2003 --- rsync-2.5.6/syscall.c Wed May 14 13:55:15 2003 *************** *** 151,157 **** if (dry_run) return -1; if (read_only) {errno = EROFS; return -1;} ! #if defined(HAVE_SECURE_MKSTEMP) && defined(HAVE_FCHMOD) { int fd = mkstemp(template); if (fd == -1) return -1; --- 151,157 ---- if (dry_run) retu...
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
...! mode to prevent special treatment of the ':' character (e.g. C:\\dir\\file). ! .TP ! .B literal ! Toggle literal mode. When set, this mode prevents special treatment of ':' in filenames. .TP \fBmode\fP \fItransfer-mode\fP Specify the mode for transfers; *************** *** 151,157 **** transfers. If the remote-directory form is used, the remote host is assumed to be a UNIX system or another system using .B / ! as directory separator. .TP .B quit Exit --- 159,167 ---- transfers. If the remote-directory form is used, the remote host is assumed to be a UNI...
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...! mode to prevent special treatment of the ':' character (e.g. C:\\dir\\file). ! .TP ! .B literal ! Toggle literal mode. When set, this mode prevents special treatment of ':' in filenames. .TP \fBmode\fP \fItransfer-mode\fP Specify the mode for transfers; *************** *** 151,157 **** transfers. If the remote-directory form is used, the remote host is assumed to be a UNIX system or another system using .B / ! as directory separator. .TP .B quit Exit --- 159,167 ---- transfers. If the remote-directory form is used, the remote host is assumed to be a UNI...