-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect #6
Comments
@zeshanmusawar If the connected server is joining the domain, I think that it can be solved with this Pull request. I hope that it will work! |
Hello
how to Get the SambaFile Complete path. i have only Access the Path of the
where file is save . but not Access the Complete File Path .
Please help me.
Thanks
…On Tue, Jul 3, 2018 at 12:28 PM, satoshi-baba-0823 ***@***.*** > wrote:
@zeshanmusawar <https://github.com/zeshanmusawar>
I also had similar problems.
If the connected server is joining the domain, I think that it can be
solved with this Pull request.
#8 <#8>
I hope that it will work!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhmaWQuNxC-LAKEo0Sv0atPjHbtcO2Ilks5uCx00gaJpZM4U8uI2>
.
--
Regards,
*Zeshan Musawar*
*Software Engineer*
*Techleadz Pvt. Ltd*
*PK Cell: **+92 <+92%20304%206733903>3033866202*
|
Hello
How to Upload the File on the Samba. i use this Code but its not working .
self.task = self.session?.uploadTaskForFile(toPath: self.path!,
withName:fileNameWithoutExtension, uploadExtension:fileExtension , fromURL:
(self.path?.asURL)!, delegate: self)
Please help me.
Thanks
On Thu, Jul 19, 2018 at 2:46 PM, Zeshan Musawar <[email protected]>
wrote:
… Hello
how to Get the SambaFile Complete path. i have only Access the Path of the
where file is save . but not Access the Complete File Path .
Please help me.
Thanks
On Tue, Jul 3, 2018 at 12:28 PM, satoshi-baba-0823 <
***@***.***> wrote:
> @zeshanmusawar <https://github.com/zeshanmusawar>
> I also had similar problems.
>
> If the connected server is joining the domain, I think that it can be
> solved with this Pull request.
> #8 <#8>
>
> I hope that it will work!
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#6 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AhmaWQuNxC-LAKEo0Sv0atPjHbtcO2Ilks5uCx00gaJpZM4U8uI2>
> .
>
--
Regards,
*Zeshan Musawar*
*Software Engineer*
*Techleadz Pvt. Ltd*
*PK Cell: **+92 <+92%20304%206733903>3033866202*
--
Regards,
*Zeshan Musawar*
*Software Engineer*
*Techleadz Pvt. Ltd*
*PK Cell: **+92 <+92%20304%206733903>3033866202*
|
Hello. You understand this pull request, do not you? What is the state of sessionGuestState of SMBSession? It is recommended that you check each step one by one. I think that this library can not support a lot now. Good luck! |
if let session = self.session {
session.requestItems(atPath: path!) { (result) in
self.title = self.path?.routablePath
switch result {
case .success(let items):
self.items = items
case .failure(let error):
self.items = []
print("FilesTableViewController failed to request files: (error)")
}
}
when we connect the Mac then result will be success and when we connect the window then show the failure. @filmicbuildbot @johnnyclem
The text was updated successfully, but these errors were encountered: