Error code 3 File not Found
I know this has been a thing many folks have posted about but I'm running in to a rather strange issue I can't seem to understand.
< 2018-09-28 14:26:17.722 213 Modify=20180928133904; 002244.OUT
. 2018-09-28 14:26:17.722 Upload successful
. 2018-09-28 14:26:17.723 Transfer done: 'c:\outfiles\002244.out' => '/002244.OUT' [1069]
. 2018-09-28 14:26:17.723 Copying finished: Transferred: 1,069, Elapsed: 0:00:00, CPS: 0/s
> 2018-09-28 14:26:17.723 Script: put c:\outfiles\00225.out 002245.OUT
. 2018-09-28 14:26:17.724 Copying 1 files/directories to remote directory "/" - total size: 0
. 2018-09-28 14:26:17.724 PrTime: Yes; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: 002245.OUT
. 2018-09-28 14:26:17.724 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: ; ResumeL: 0
. 2018-09-28 14:26:17.724 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
* 2018-09-28 14:26:17.726 (EOSError) System Error. Code: 2.
* 2018-09-28 14:26:17.726 The system cannot find the file specified
. 2018-09-28 14:26:17.727 Asking user:
. 2018-09-28 14:26:17.727 File or folder 'c:\outfiles\00225.out' does not exist. ("System Error. Code: 2.
. 2018-09-28 14:26:17.727 The system cannot find the file specified")
< 2018-09-28 14:26:17.727 Script: File or folder 'c:\outfiles\00225.out' does not exist.
< 2018-09-28 14:26:17.727 Script: System Error. Code: 2.
< 2018-09-28 14:26:17.727 The system cannot find the file specified
* 2018-09-28 14:26:17.729 (ESkipFile) File or folder 'c:\outfiles\00225.out' does not exist.
* 2018-09-28 14:26:17.729 System Error. Code: 2.
* 2018-09-28 14:26:17.729 The system cannot find the file specified
Now, the issue is, that's not the file name. The file name is 002245.out and it DOES exist. Previously, before I made some edits, scp was attempting to find c:\outfile\002245.out and that didn't exist either when it's specified in the script as 'outfiles'. is there some sort of formatting error here that's making SCP essentially cut a character from the path that we're using?
< 2018-09-28 14:26:17.722 213 Modify=20180928133904; 002244.OUT
. 2018-09-28 14:26:17.722 Upload successful
. 2018-09-28 14:26:17.723 Transfer done: 'c:\outfiles\002244.out' => '/002244.OUT' [1069]
. 2018-09-28 14:26:17.723 Copying finished: Transferred: 1,069, Elapsed: 0:00:00, CPS: 0/s
> 2018-09-28 14:26:17.723 Script: put c:\outfiles\00225.out 002245.OUT
. 2018-09-28 14:26:17.724 Copying 1 files/directories to remote directory "/" - total size: 0
. 2018-09-28 14:26:17.724 PrTime: Yes; PrRO: No; Rght: rw-r--r--; PrR: No (No); FnCs: N; RIC: 0100; Resume: S (102400); CalcS: No; Mask: 002245.OUT
. 2018-09-28 14:26:17.724 TM: B; ClAr: No; RemEOF: No; RemBOM: No; CPS: 0; NewerOnly: No; InclM: ; ResumeL: 0
. 2018-09-28 14:26:17.724 AscM: *.*html; *.htm; *.txt; *.php; *.php3; *.cgi; *.c; *.cpp; *.h; *.pas; *.bas; *.tex; *.pl; *.js; .htaccess; *.xtml; *.css; *.cfg; *.ini; *.sh; *.xml
* 2018-09-28 14:26:17.726 (EOSError) System Error. Code: 2.
* 2018-09-28 14:26:17.726 The system cannot find the file specified
. 2018-09-28 14:26:17.727 Asking user:
. 2018-09-28 14:26:17.727 File or folder 'c:\outfiles\00225.out' does not exist. ("System Error. Code: 2.
. 2018-09-28 14:26:17.727 The system cannot find the file specified")
< 2018-09-28 14:26:17.727 Script: File or folder 'c:\outfiles\00225.out' does not exist.
< 2018-09-28 14:26:17.727 Script: System Error. Code: 2.
< 2018-09-28 14:26:17.727 The system cannot find the file specified
* 2018-09-28 14:26:17.729 (ESkipFile) File or folder 'c:\outfiles\00225.out' does not exist.
* 2018-09-28 14:26:17.729 System Error. Code: 2.
* 2018-09-28 14:26:17.729 The system cannot find the file specified
Now, the issue is, that's not the file name. The file name is 002245.out and it DOES exist. Previously, before I made some edits, scp was attempting to find c:\outfile\002245.out and that didn't exist either when it's specified in the script as 'outfiles'. is there some sort of formatting error here that's making SCP essentially cut a character from the path that we're using?