Author Topic: Custom FTP plugin  (Read 8920 times)

z2z

  • Newbie
  • *
  • Posts: 3
    • View Profile
Custom FTP plugin
« on: August 15, 2009, 07:08:16 PM »
Is it possible to have something like this ..  ???

Code: [Select]
<RightloadExport Version="1.4">
  <Servers>
    <Server Protocol="2" Description="MyFTPserver.com"
ActionURL="ftp://MyFTPserver.com"
FormFieldFile="filecontent"
AdditionalFormFields="rsapi_v1=1,
password=__ftppass,
login=__ftpuser"
FileURLRegex="^File1\.1=(.+?)$" FileURLMatchPos="1"
AutoActionEnabled="True"
AutoActionURL="http://rapidshare.com/cgi-bin/rsapi.cgi?sub=nextuploadserver_v1" AutoActionRegex="^(\d+)+$"
AutoActionMatchPos="1">
      <Folders/>
    </Server>
  </Servers>
</RightloadExport>

Want to create custom ftp plugin for my ftp server .. instead guiding every user to add ftp server in rightload.

nk

  • Administrator
  • Sr. Member
  • *****
  • Posts: 263
    • View Profile
Re: Custom FTP plugin
« Reply #1 on: August 18, 2009, 02:55:19 PM »
I'm not really sure what you are trying to do here. It sounds like you could just export the FTP server and send your users the .xml file. You might have to tell them to go to the options to set the user name and password, but that should be it.

If you really want to write a plugin, you can take a look at this: http://developer-community.com/forums/index.php/topic,104.0.html