Below error is the error provided when a source does not exist for an upload in Nimble Studio File Transfer.
Source file/path does not exist, ignoring
There are three possible causes for this error:
- File is no longer at the path specified after selection
- Misspelling in the file path
- The relative path is not valid (i.e. not navigating to root directory of
/
orC:\
prior to using full relative path)
The resolution for this would be to ensure that file exists. If it no longer exists or has been moved then update the command accordingly. Also verify the spelling in the file path. If the user is using the full relative file path and you are not in the root directory then you can run the below command to navigate to root and run the command again.
Mac or Linux:cd /
Windows:cd \
Comments
0 comments
Article is closed for comments.