Changes between Version 3 and Version 4 of Ticket #2594, comment 2
- Timestamp:
- 08/18/11 12:43:40 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2594, comment 2
v3 v4 21 21 -rw-r--r-- 1 0 0 71 Mar 09 10:35 file4.ext 22 22 }}} 23 In this case 'file1.ext' will be '0 file1.ext', ' file3.ext' will be right file name and 'file4.ext' will be 'le4.ext' (see position of two dots). For example, see ftp.oregonstate.edu/pub/opensuse/distribution/11.4/iso. Open this url in latest mc(w uth appled #81 patches) and in any other ftp-client such as lftp:23 In this case 'file1.ext' will be '0 file1.ext', ' file3.ext' will be right file name and 'file4.ext' will be 'le4.ext' (see position of two dots). For example, see ftp.oregonstate.edu/pub/opensuse/distribution/11.4/iso. Open this url in latest mc(with appled #81 patches) and in any other ftp-client such as lftp: 24 24 {{{ 25 25 lftp -e 'open ftp.oregonstate.edu; cd /pub/opensuse/distribution/11.4/iso; ls; quit'