Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cloudftp [2018_09_24 22:41] – [CloudFTP] stevencloudftp [2020_09_23 12:03] smeadmin
Line 1: Line 1:
 # Cloud FTP # Cloud FTP
 +#### Last edited on January 7, 2019.
  
 Cloud FTP is an FTP Server protocol provided by the File Fabric.  It's ideal for use with cloud storage that does not natively support FTP. Once a provider has been added to your Storage Made Easy account, if Cloud FTP is enabled, you will be able to access it from any FTP Client. Cloud FTP is an FTP Server protocol provided by the File Fabric.  It's ideal for use with cloud storage that does not natively support FTP. Once a provider has been added to your Storage Made Easy account, if Cloud FTP is enabled, you will be able to access it from any FTP Client.
Line 10: Line 11:
  
 We recommend using Passive mode from the FTP client. Active mode is supported but is harder for users to configure.  To upload large files you may need to use the maximum timeout for your FTP client. We recommend using Passive mode from the FTP client. Active mode is supported but is harder for users to configure.  To upload large files you may need to use the maximum timeout for your FTP client.
 +
 +Here's how to extend the timeout in some popular clients:
 +  * FileZilla: Go to Edit => Settings => Connection => set `Timeout in seconds` to 0
 +  * Transmit: Go to Preferences... => Click Advanced => Click Advanced Server Settings... => set `Connect Timeout` to 36000
 +  * WinSCP: Go to Session => Sites => Site Manager... => select your connection => click Edit => click Advanced... => Connection => Set `Server response timeout` to 6000
  
 ### US Server ### US Server
Line 20: Line 26:
  
     ftp.storagemadeeasy.com:990     ftp.storagemadeeasy.com:990
 +
 +SFTP is available on port 2200.
 +
 +    sftp://sftp.storagemadeeasy.com:2200
  
 ### EU Server ### EU Server
Line 30: Line 40:
  
     ftps://ftpeu.storagemadeeasy.com:990     ftps://ftpeu.storagemadeeasy.com:990
 +    
 +SFTP is available on port 2200.
 +
 +    sftp://sftpeu.storagemadeeasy.com:2200
 +
  
 ### Appliance ### Appliance