![]() |
|
|
#45 | |||
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Quote:
Quote:
Quote:
By way of workaround, have uploaded a fresh version of README, which links to the 4 src-files, not the old one in src/C. Please reload README.html and try the links again. Code:
MacBook:src ewmayer$ ll ../*19*.t* -rwxrwxrwx 1 ewmayer staff 1210672 Jul 5 13:47 ../Mlucas_v19_c2simd.txz -rwxrwxrwx 1 ewmayer staff 1301896 Jul 5 13:47 ../Mlucas_v19_nosimd.txz -rwxr-xr-x 1 ewmayer staff 2819344 Jul 5 13:47 ../mlucas_v19.tbz2 -rwxrwxrwx 1 ewmayer staff 1663952 Jul 5 13:47 ../mlucas_v19.txz MacBook:src ewmayer$ md5 ../*19*.t* MD5 (../Mlucas_v19_c2simd.txz) = 281361ac4eb32cc922299fc0d8916035 MD5 (../Mlucas_v19_nosimd.txz) = dab56d0566043b4081ee5048b5cc3842 MD5 (../mlucas_v19.tbz2) = 127178db00bc2852be85bcea4b10988e MD5 (../mlucas_v19.txz) = 10906d3f1f4206ae93ebdb045f36535c MacBook:src ewmayer$ mftp Connected to 209.68.5.141. 220 ProFTPD Server (pair Networks, Inc FTP server) [209.68.5.141] 331 Password required for vang_mayer Password: 230 User vang_mayer logged in Remote system type is UNIX. Using binary mode to transfer files. ftp> cd src/C 250 CWD command successful ftp> mput ../*19*.t* mput ../Mlucas_v19_c2simd.txz [anpqy?]? y 229 Entering Extended Passive Mode (|||6186|) 150 Opening BINARY mode data connection for ../Mlucas_v19_c2simd.txz 100% |******************************************************************************************| 1182 KiB 548.29 KiB/s 00:00 ETA 226 Transfer complete 1210672 bytes sent in 00:02 (504.38 KiB/s) mput ../Mlucas_v19_nosimd.txz [anpqy?]? y 229 Entering Extended Passive Mode (|||7867|) 150 Opening BINARY mode data connection for ../Mlucas_v19_nosimd.txz 100% |******************************************************************************************| 1271 KiB 507.57 KiB/s 00:00 ETA 226 Transfer complete 1301896 bytes sent in 00:02 (486.17 KiB/s) mput ../mlucas_v19.tbz2 [anpqy?]? y 229 Entering Extended Passive Mode (|||1071|) 150 Opening BINARY mode data connection for ../mlucas_v19.tbz2 100% |******************************************************************************************| 2753 KiB 662.17 KiB/s 00:00 ETA 226 Transfer complete 2819344 bytes sent in 00:04 (643.03 KiB/s) mput ../mlucas_v19.txz [anpqy?]? y 229 Entering Extended Passive Mode (|||25712|) 150 Opening BINARY mode data connection for ../mlucas_v19.txz 100% |******************************************************************************************| 1624 KiB 619.33 KiB/s 00:00 ETA 226 Transfer complete 1663952 bytes sent in 00:02 (589.63 KiB/s) ftp> qui 221 Goodbye. MacBook:src ewmayer$ mftp Connected to 209.68.5.141. 220 ProFTPD Server (pair Networks, Inc FTP server) [209.68.5.141] 331 Password required for vang_mayer Password: 230 User vang_mayer logged in Remote system type is UNIX. Using binary mode to transfer files. ftp> cd src/C 250 CWD command successful ftp> ls *19*.t* 229 Entering Extended Passive Mode (|||48690|) 150 Opening BINARY mode data connection for file list -rw-r--r-- 1 vang_mayer users 1210636 Jan 18 16:33 Mlucas_v19_c2simd.txz -rw-r--r-- 1 vang_mayer users 1301848 Jan 18 16:34 Mlucas_v19_nosimd.txz -rw-r--r-- 1 vang_mayer users 2769578 Jan 18 16:34 mlucas_v19.tbz2 -rw-r--r-- 1 vang_mayer users 1611944 Jan 18 16:34 mlucas_v19.txz |
|||
|
|
|
|
|
#46 |
|
Dec 2012
The Netherlands
2·23·37 Posts |
Is the mput taking the whole source file path as the destination file path,
including the initial two dots? |
|
|
|
|
|
#47 | |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Quote:
/rant Last fiddled with by ewmayer on 2020-07-09 at 21:34 |
|
|
|
|
|
|
#48 |
|
Sep 2009
2×1,039 Posts |
Could it have taken the file name you gave it ,including the ../, as the desired destination, and put the files one level up from where you meant to put them? That would explain things.
Also check if mftp has a lcd command. I don't have mftp installed, but ftp does have a lcd command to change local directory. Chris |
|
|
|
|
|
#49 | ||
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Quote:
Quote:
Last fiddled with by ewmayer on 2020-07-11 at 00:31 |
||
|
|
|
|
|
#50 | |
|
∂2ω=0
Sep 2002
República de California
103·113 Posts |
Quote:
https://developer.apple.com/document...our_macos_code https://developer.apple.com/document...ccelerate/simd Also, will code built using command-line gcc and llvm/clang - as I use on my venerable Core2Duo MacBook Classic - run on the new Apple-Silicon versions of MacOS, or are binaries going to be inextricably tied to the iOS/Xcode/App-dev framework? Last fiddled with by ewmayer on 2020-07-12 at 01:08 |
|
|
|
|
|
|
#51 | |
|
"Tony Gott"
Aug 2002
Yell, Shetland, UK
22×83 Posts |
Quote:
|
|
|
|
|
|
|
#52 | ||
|
Sep 2009
2×1,039 Posts |
Quote:
Quote:
Chris |
||
|
|
|
|
|
#53 | |
|
Jan 2008
France
2×52×11 Posts |
Quote:
|
|
|
|
|
|
|
#54 | |
|
∂2ω=0
Sep 2002
República de California
103×113 Posts |
Quote:
I just hope they're not gonna walled-garden it by requiring code running on it to be packaged as an iOS app, but it does rather seem like just the sort of dickish move modern Big Tech companies like to pull. Last fiddled with by ewmayer on 2020-07-12 at 22:50 |
|
|
|
|
|
|
#55 |
|
Sep 2009
2×1,039 Posts |
I learnt a lot about FTP by typing help when in it. That gets a list of commands and you can the ask for help on each command. Which is a bit more concise than the man page.
It's especially useful on a platform where you can't read the man page for some reason (eg z/OS). FTP is similar but not identical on all platforms. As you may be able to tell I've had to use it on several platforms. But I prefer scp or sftp if they are available. Chris |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mlucas v18 available | ewmayer | Mlucas | 48 | 2019-11-28 02:53 |
| Mlucas version 17 | ewmayer | Mlucas | 3 | 2017-06-17 11:18 |
| MLucas on IBM Mainframe | Lorenzo | Mlucas | 52 | 2016-03-13 08:45 |
| Mlucas on Sparc - | Unregistered | Mlucas | 0 | 2009-10-27 20:35 |
| mlucas on sun | delta_t | Mlucas | 14 | 2007-10-04 05:45 |