 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Brad White Guest
|
Posted: Mon Sep 25, 2006 8:32 pm Post subject: resumable file upload |
|
|
New project where we control both ends of the connection.
My app will upload a file to our web site or service.
App is in Delphi W32, web end is in ASP.NET.
Requirements: Secure, resumable upload, client initiated.
Medium sized data files, ~ 1 MB.
WebDAV has been suggested, but that seems like a good
solution to a different problem.
This will be under SSL, so I assume the secure aspect is handled.
Suggestions?
--
Thanks,
Brad. |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Sep 26, 2006 2:07 am Post subject: Re: resumable file upload |
|
|
"Brad White" <bwhite at inebraska.com> wrote in message
news:4517f694 (AT) newsgroups (DOT) borland.com...
| Quote: | WebDAV has been suggested, but that seems like a good
solution to a different problem.
|
Why not use FTP? Most web servers support FTP for uploading files. And SSL
can be applied to FTP connections (if the server supports it).
Gambit |
|
| Back to top |
|
 |
Brad White Guest
|
Posted: Tue Sep 26, 2006 3:33 am Post subject: Re: resumable file upload |
|
|
FTP has a reputation for being insecure, so bank examiners
have a knee-jerk reaction to it.
It's like HR with resumes. They don't know what any of
the words mean. They just look for keywords.
So we may be able to get away with using FTP so long as
that term never appeared in any documentation and it didn't
use the default FTP port.
My concern would still be that they would ask us what we
were using to do the uploads. We would need to refer to
Secure FTP by some code name.
Is FTP resumable?
--
Thanks,
Brad.
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> wrote in message
news:451845b0$2 (AT) newsgroups (DOT) borland.com...
| Quote: |
"Brad White" <bwhite at inebraska.com> wrote in message
news:4517f694 (AT) newsgroups (DOT) borland.com...
WebDAV has been suggested, but that seems like a good
solution to a different problem.
Why not use FTP? Most web servers support FTP for uploading files. And
SSL
can be applied to FTP connections (if the server supports it).
Gambit
|
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Sep 26, 2006 5:43 am Post subject: Re: resumable file upload |
|
|
"Brad White" <bwhite at inebraska.com> wrote in message
news:45185942$1 (AT) newsgroups (DOT) borland.com...
| Quote: | FTP has a reputation for being insecure
|
The original specs for FTP did not include any security beyond a simple
username/password. There are several standards and drafts available
nowadays that add SSL and other encryption options to FTP.
Yes.
Gambit |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|