G gisash1 Registered User. Local time Today, 16:16 Joined Aug 23, 2004 Messages 31 Aug 24, 2004 #1 Does anybody know if it's possible to create "something" in Access to save files from local folder to FTP folder? Thanks in advance
Does anybody know if it's possible to create "something" in Access to save files from local folder to FTP folder? Thanks in advance
ReAn Dangerous Programmer... Local time Today, 16:16 Joined Jun 25, 2004 Messages 250 Aug 24, 2004 #2 You need either a FTP Transfer OCX/ACTIVEX/COM Controll OR The winsock Control and knowledge of FTP Protocol. The RFC Documentation of the FTP (File Transfer Protocol) is here: http://www.w3.org/Protocols/rfc959/
You need either a FTP Transfer OCX/ACTIVEX/COM Controll OR The winsock Control and knowledge of FTP Protocol. The RFC Documentation of the FTP (File Transfer Protocol) is here: http://www.w3.org/Protocols/rfc959/
P Peter D Registered User. Local time Today, 23:16 Joined Sep 7, 2000 Messages 188 Aug 24, 2004 #3 Try using the Internet Data Transfer Library download at http://www.mvps.org/access/resources/downloads.htm Hope this helps,
Try using the Internet Data Transfer Library download at http://www.mvps.org/access/resources/downloads.htm Hope this helps,
G gisash1 Registered User. Local time Today, 16:16 Joined Aug 23, 2004 Messages 31 Aug 24, 2004 #4 Thanks to everybody