You should test your stuff in localhost first. Set up a FileZilla
server to test your codes. 127.0.0.1 is the IP address for localhost.

Uploading should not be affected by firewalls. Only servers would be
affected, because they need to open a TCP/UDP ports for listening.

Anti-virus software is a different beast. Your upload data might
contain something that ressembles a virus siganture, causing a block.
But it should RARELY happen!

On Wed, Oct 15, 2014 at 3:06 AM, Kevin Cully
<[email protected]> wrote:
> I may have skipped past the Microsoft Firewall settings too quickly thinking
> it was no big deal.  When I call the FTP_Send_File() method, which calls
> this function, VFP just hangs up and I have to force quit:
>
> DECLARE  INTEGER  FtpPutFileIN  wininet;
>     INTEGER  hConnect,;
>     STRING   lpszLocalFile,;
>     STRING   lpszNewRemoteFile,;
>     INTEGER  dwFlags,;
>     INTEGER  dwContext
> I'm successfully connecting to the server according to FTP_Connect(). I'm
> able to FTP upload the file via FileZilla.

-- 
 .~. Might, Courage, Vision. SINCERITY!
/ v \ 64-bit Ubuntu 9.10 (Linux kernel 2.6.39.3)
/( _ )\ http://sites.google.com/site/changmw
^ ^ May the Force and farces be with you!

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/CAGv=mjc8wgz43yzvp3gi3ppbxumsvnhodwa8fufcvr2jp2d...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to