Desktop version

Main > Forum > 1C:Enterprise Platform > Studying 1C:Enterprise platform > FTPConnection

Forum

Search UsersRules
FTPConnection
#1
Just came
Points:: 0
Joined:: Mar 12, 2012

How I can use in 1c FTPConnection?

Profile
#2
Active user
Points:: 0
Joined:: Sep 1, 2014

Try this:

Code
//Create FTP connection

  FTPConnection = New FTPConnection("192.168.0.1", 21, "anonymous", "123@123.com", New InternetProxy(True), True);
      
//Get method

  FTPConnection.Get(DbPath, TempSDFPath);
      
//Put Method

  FTPConnection.Put(TempSDFPath, NewSDFUUID + ".sdf");
      
//Delete method

  FTPConnection.Delete(DbPath);

Profile
#3
Just came
Points:: 0
Joined:: Mar 12, 2012

Thanks!

Profile
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)



© 1C LLC. All rights reserved
1C Company respects the privacy of our customers and visitors
to our Web-site.