QuickUpload - instant uploads for your files
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
QuickUpload - instant uploads for your files
QuickUpload is designed for use by anyone who is often uploading files to an FTP server and would like to avoid the hassle of using a full-blown FTP client every time a file is changed and needs uploaded. Once installed, rightclicking any file or group of files in Explorer will give you the option of uploading the file(s) to your FTP server instantly. It's an early version, but it's been in regular use here for some weeks now and it seems well-behaved to us. Please give it a try and let me know of any problems or bugs.
http://www.lloydsplace.com/QuickUpload.zip
p.s. Doesn't do folders yet, just filename selections. But you could surf to a folder and select all->upload which works fine.
If you're uploading a really large number of files, it's best to wait until the cursor returns to a steady arrow for a second or two before you select the folder, this will avoid files getting missed. But this isn't an issue at all for under a dozen files or so.
http://www.lloydsplace.com/QuickUpload.zip
p.s. Doesn't do folders yet, just filename selections. But you could surf to a folder and select all->upload which works fine.
If you're uploading a really large number of files, it's best to wait until the cursor returns to a steady arrow for a second or two before you select the folder, this will avoid files getting missed. But this isn't an issue at all for under a dozen files or so.
Last edited by netmaestro on Tue Mar 26, 2024 4:52 pm, edited 6 times in total.
BERESHEIT
Hello!
Nice tool!
Currently, I'm testing it. I will give you some feedback.
Nice tool!
Currently, I'm testing it. I will give you some feedback.
- GUI in general:
Please, make the GUI much more comfortable to the user!!!
For example, add the possibility to choose the installation-path with a PathRequester(). Furthemore, you could improve tiny issues like adding #MB_ICONQUESTION to the requester "Create that folder?". - Better support for the user. I didn't know if I must begin my FTP-Path with a leading slash ("/"), because many other programs request that. Personally, I don't know, why it doesn't accept "cgi-bin/extern" as second folder...?
It would be good, if you give clear examples, how a correct FTP-Path has to be. For example, the FTP-Root is "" (in other programs "/"). Furthemore, I'm not sure, if your program accepts trailing slahes or not, e. g. "/cgi-bin/extern/"... It always said "Directory does not exist!" - Use #PB_StringGadget_Password for user's password entry
- OK, while testing, I encountered an error: If I want to upload a file, the Config-Window appears (again?!). I click "Save settings", it tells me, where the EXE and the INI are saved to, but then only a "Can't read program settings" occurs (hey, even with a #MB_ICONERROR
)...
In fact, I'm unable to upload any file. - Maybe, you can add at least a simple password-encryption, because I don't appreciate it that your program stores the plain password in a TXT-file...
PB 4.30
Code: Select all
onErrorGoto(?Fred)
Same problem here, it just pops up the configuration dialogAND51 wrote:
- OK, while testing, I encountered an error: If I want to upload a file, the Config-Window appears (again?!). I click "Save settings",
it tells me, where the EXE and the INI are saved to, but then only a "Can't read program settings" occurs (hey, even with a #MB_ICONERROR)...
In fact, I'm unable to upload any file.
and then a 'unable to read program preferences!' error
without uploading anything

Windows 7 & PureBasic 4.4
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
OK netmaestro.
BTW, I'm also using Windows XP P2 and I've installed QuickUpload to a completely different folder ("D:\Programme\Quickupload\"), maybe there's a path-problem?
BTW, I'm also using Windows XP P2 and I've installed QuickUpload to a completely different folder ("D:\Programme\Quickupload\"), maybe there's a path-problem?
PB 4.30
Code: Select all
onErrorGoto(?Fred)
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
How can I remove the Explorer context menu entry that was created by your program?
Obviously I have to do it manually?
Can you tell me where your program placed its entries, please?
Obviously I have to do it manually?
Can you tell me where your program placed its entries, please?
PB 4.30
Code: Select all
onErrorGoto(?Fred)
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Sorry, but I don't know what you mean...? THe onliest contextmenu entry is "Upload to and51.de", there is no startmenu entry and no button in your program that does this task...?netmaestro wrote:Uninstall from the QuickUpload context menu, that removes all registry entries.
Can you explain it again to me in other words?
PB 4.30
Code: Select all
onErrorGoto(?Fred)
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada