Changeset 26034 for issm/trunk-jpl/src/m/os/issmscpin.m
- Timestamp:
- 02/26/21 10:56:08 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/os/issmscpin.m
r23054 r26034 18 18 %if hostname and host are the same, do a simple copy 19 19 if strcmpi(hostname,host), 20 21 for i=1:numel(packages), 20 for i=1:numel(packages), 22 21 success=copyfile([path '/' packages{i}]); %keep going, even if success=0 23 22 end 24 25 23 else 26 27 if ispc(), 24 if ispc & ~ismingw, 28 25 %use the putty project pscp.exe: it should be in the path. 29 26
Note:
See TracChangeset
for help on using the changeset viewer.