G
Guest
I'm a systems administrator for a company that has in-house programmers.
They write applications (using VB) for remote users that enter data out in
the filed and transmit this data when they can establish a VPN connection.
The mechanism the programmers use (within their code) to transfer files is
typically a mapped drive or a unc to an internal Windows server. In my
opinion this is probably not the best way to go since netbios stuff needed to
have this work reliably is not best suited for slow connections across a WAN.
Whenever I mention this they kind of look at me like I'm crazy. Am I crazy
or are they way behind the times in how they're doing things? How would a
well-informed programmer do this sort of thing?
They write applications (using VB) for remote users that enter data out in
the filed and transmit this data when they can establish a VPN connection.
The mechanism the programmers use (within their code) to transfer files is
typically a mapped drive or a unc to an internal Windows server. In my
opinion this is probably not the best way to go since netbios stuff needed to
have this work reliably is not best suited for slow connections across a WAN.
Whenever I mention this they kind of look at me like I'm crazy. Am I crazy
or are they way behind the times in how they're doing things? How would a
well-informed programmer do this sort of thing?