This section provides examples for using this API in the real world.
Logging in from a remote location
Using the Login API method you can create a form on your organization's website (or anywhere else you choose) that will allow your customers to login in directly to your file transfer site. Create a form on your site using this as a template:
<form action="https://<yoursubdomain>.filetransfers.net/api/login" method="post"> <label>Username</label> <input type="text" name="username_login" value="" /> <label>Password</label> <input type="password" name="password_login" value="" /> <input type="submit" name="submit" value="Submit" /> </form>
More examples to come ...