[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2020-02-11 Thread Nick Couchman (Jira)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Couchman updated GUACAMOLE-818:

Fix Version/s: 1.2.0

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Fix For: 1.2.0
>
> Attachments: blob-20190621.json, filesystem1.png, filesystem2.png, 
> location-of-20190419-within-json.png, missing1.png, missing2.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-21 Thread Michael Jumper (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Jumper updated GUACAMOLE-818:
-
Attachment: blob-20190621.json

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Attachments: blob-20190621.json, filesystem1.png, filesystem2.png, 
> location-of-20190419-within-json.png, missing1.png, missing2.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-20 Thread Michael Jumper (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Jumper updated GUACAMOLE-818:
-
Attachment: location-of-20190419-within-json.png

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Attachments: filesystem1.png, filesystem2.png, 
> location-of-20190419-within-json.png, missing1.png, missing2.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-20 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Attachment: missing2.png
missing1.png

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Attachments: filesystem1.png, filesystem2.png, missing1.png, 
> missing2.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Attachment: filesystem2.png

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Attachments: filesystem1.png, filesystem2.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Attachment: filesystem1.png

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
> Attachments: filesystem1.png
>
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread Nick Couchman (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Couchman updated GUACAMOLE-818:

Priority: Minor  (was: Critical)

> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Minor
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Description: 
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Attachment can not be transferred because of security problem in company system.

(Please write your email address in Comments and I will send you an attachment.)

Thanks.

 

 

  was:
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Attachment can not be transferred because of security problem in company system.

(Please write an e-mail address to Comments, and I will send you an attached 
file.)

Thanks.

 

 


> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Critical
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write your email address in Comments and I will send you an 
> attachment.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Description: 
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Attachment can not be transferred because of security problem in company system.

(Please write an e-mail address to Comments, and I will send you an attached 
file.)

Thanks.

 

 

  was:
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Attachment can not be transferred because of security problem in company system.

Thanks.

 

 


> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Critical
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> (Please write an e-mail address to Comments, and I will send you an attached 
> file.)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Description: 
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Attachment can not be transferred because of security problem in company system.

Thanks.

 

 

  was:
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Please refer to the capture screen. (20190419, test65 files missing)

Thanks.

 

 


> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Critical
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Attachment can not be transferred because of security problem in company 
> system.
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Description: 
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Please refer to the capture screen. (20190419, test65 files missing)

Thanks.

 

 

  was:
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Please refer to the capture screen. (20190419, test65 files missing)

Thanks.

 

!image-2019-06-19-15-15-25-646.png!

 

!image-2019-06-19-15-13-32-460.png!

 


> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Critical
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Please refer to the capture screen. (20190419, test65 files missing)
> Thanks.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GUACAMOLE-818) Missing some files in the sftp file system

2019-06-19 Thread kwangheelee (JIRA)


 [ 
https://issues.apache.org/jira/browse/GUACAMOLE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

kwangheelee updated GUACAMOLE-818:
--
Description: 
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
 Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
 Client : 3.ack,1.0,5.Ready,1.0;
 Server : 4.blob,1.0,5416.SOME DATA;
 Client : 3.ack,1.0,8.Received,1.0;
 Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
 client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Please refer to the capture screen. (20190419, test65 files missing)

Thanks.

 

!image-2019-06-19-15-15-25-646.png!

 

!image-2019-06-19-15-13-32-460.png!

 

  was:
I am currently developing using Guacamole version 1.0.0. There are some bugs in 
uploading/downloading files through the sftp file system.

I checked the source and found that when importing the sftp file structure, if 
the number of files and directories is large, it is obtained by dividing 
buffer. It does not matter when the number of files is small, but when the 
number of files is large, it is confirmed that some files are missing.

For example, when loading a file system with three buffers, two files are 
missing. 

=

Client : 3.get,1.0,31./home/guacd/guacamole/recording;
Server : 
4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
Client : 3.ack,1.0,5.Ready,1.0;
Server : 4.blob,1.0,5416.SOME DATA;
Client : 3.ack,1.0,8.Received,1.0;
Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
client : 3.ack,1.0,8.Received,1.0;

=

I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
to make a correction.

Please refer to the capture screen. (20190419, test65 files missing)

Thanks.

!image-2019-06-19-15-11-15-515.png!

 

!image-2019-06-19-15-13-32-460.png!

 


> Missing some files in the sftp file system
> --
>
> Key: GUACAMOLE-818
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-818
> Project: Guacamole
>  Issue Type: Bug
>  Components: guacamole
>Affects Versions: 1.0.0
>Reporter: kwangheelee
>Priority: Critical
>
> I am currently developing using Guacamole version 1.0.0. There are some bugs 
> in uploading/downloading files through the sftp file system.
> I checked the source and found that when importing the sftp file structure, 
> if the number of files and directories is large, it is obtained by dividing 
> buffer. It does not matter when the number of files is small, but when the 
> number of files is large, it is confirmed that some files are missing.
> For example, when loading a file system with three buffers, two files are 
> missing. 
> =
> Client : 3.get,1.0,31./home/guacd/guacamole/recording;
>  Server : 
> 4.body,1.0,1.0,53.application/vnd.glyptodon.guacamole.stream-index+json,31./home/guacd/guacamole/recording;
>  Client : 3.ack,1.0,5.Ready,1.0;
>  Server : 4.blob,1.0,5416.SOME DATA;
>  Client : 3.ack,1.0,8.Received,1.0;
>  Server : 4.blob,1.0,3168.SOME DATA;3.end,1.0;
>  client : 3.ack,1.0,8.Received,1.0;
> =
> I do not know if it is a guacamole issue or a libssh2 issue, and I would like 
> to make a correction.
> Please refer to the capture screen. (20190419, test65 files missing)
> Thanks.
>  
> !image-2019-06-19-15-15-25-646.png!
>  
> !image-2019-06-19-15-13-32-460.png!
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)