Fixed to big file size
This commit is contained in:
parent
96921e6b59
commit
0165d3b370
1 changed files with 1 additions and 1 deletions
|
|
@ -122,6 +122,6 @@ public class UeBehaviourFtpUpload extends UeBehaviourFtp {
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean isLong(String str){
|
private boolean isLong(String str){
|
||||||
return sizeOrFile != null && Pattern.matches("\\d{1,19}", str);
|
return sizeOrFile != null && Pattern.matches("\\d{1,18}", str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue