You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
Hi thank you for asking your question(s). I'd like to answer them like the following:
My question is, how can I use it to upload a file from FTP server to Dropbox?
You can't.
For example: I have a file "backup.zip" in an FTP directory . So how can upload that file to Dropbox using FTP credentials.
You can't with this Dropbox Uploader class.
I know I have to do this using cURL by editing function "request() " in DropboxUploader.php but I'm unable to do that. Please help...
That could be, and for sure, you ask for help. But honestly I personally don't have any plans to do that. But I won't decline any progress on this issue if you make it. If you by yourself find out how or you find a developer who does, please feel free to file a pull-request and I'll take a further look if it's suitable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, first of all thanks for this amazing project.
My issue:
Dropbox uploader can upload a file from local directory to dropbox. My question is, how can I use it to upload a file from FTP server to Dropbox?
For example: I have a file "backup.zip" in an FTP directory . So how can upload that file to Dropbox using FTP credentials.
I know I have to do this using cURL by editing function "request() " in DropboxUploader.php but I'm unable to do that. Please help...
The text was updated successfully, but these errors were encountered: