Difference between revisions of "Seedbox access via FTP, SSH and SFTP"

From Pulsed Media Wiki
m
m
Line 25: Line 25:
 
=== FTP Clients ===
 
=== FTP Clients ===
 
FTP clients are unlikely to support SFTP/SCP/FTPS despite generally vice-versa support is found, ie. SFTP clients support regular FTP.
 
FTP clients are unlikely to support SFTP/SCP/FTPS despite generally vice-versa support is found, ie. SFTP clients support regular FTP.
 +
* [http://filezilla-project.org/ FileZilla]
 
* [http://www.smartftp.com/ SmartFTP]
 
* [http://www.smartftp.com/ SmartFTP]
 
* [http://www.globalscape.com/products/ftp_clients.aspx CuteFTP]
 
* [http://www.globalscape.com/products/ftp_clients.aspx CuteFTP]
* [http://filezilla-project.org/ FileZilla]
 
  
  
 
[[Category:seedbox guides]]
 
[[Category:seedbox guides]]
 
[[Category:Guides]]
 
[[Category:Guides]]

Revision as of 17:47, 27 May 2012

Accessing your Seedbox service utilizing FTP, SFTP or SSH is very simple.

Access details

Upon service setup you have received your service access URL in the format of: username.servername.pulsedmedia.com The username portion of the URL/Host is optional when accessing via FTP/SFTP/SSH.

It is recommended that you use servername.pulsedmedia.com format when accessing using any of these protocols.

  • FTP Port: 21
  • SSH Port: 22
  • SFTP Port: 22

Username: Same as for HTTP/Web

Password: Same as for HTTP/Web

Client software

SFTP/SCP

These clients support also FTP. SFTP is recommended due to the added security loan modification by all communication between client and server being encrypted.

FTP Clients

FTP clients are unlikely to support SFTP/SCP/FTPS despite generally vice-versa support is found, ie. SFTP clients support regular FTP.