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

From Pulsed Media Wiki
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
Accessing your [[Seedbox]] service utilizing [[FTP]], [[SFTP]] or [[SSH]] is very simple.
 
Accessing your [[Seedbox]] service utilizing [[FTP]], [[SFTP]] or [[SSH]] is very simple.
  
Upon service setup you have received your service access [[URL]] in the format of: ''username.servername.pulsedmedia.com''
+
== Access details ==
The ''username'' portion of the URL/Host is optional when accessing via FTP/SFTP/SSH.
+
Upon service setup you have received your service access [[URL]] in the format of: ''servername.pulsedmedia.com/user-username/''
 
+
Use only the ''servername.pulsedmedia.com'' portion when accessing using any of these [[protocol|protocols]]. For example, if you received this link: ''http://tokamak.pulsedmedia.com/user-john/'' you only input ''tokamak.pulsedmedia.com'' on the server field.
It is recommended that you use ''servername.pulsedmedia.com'' format when accessing using any of these [[protocol|protocols]].
 
  
 
* '''FTP Port:''' 21
 
* '''FTP Port:''' 21
Line 11: Line 10:
  
 
'''Username''': Same as for [[HTTP]]/Web
 
'''Username''': Same as for [[HTTP]]/Web
 +
 
'''Password''': 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 by all communication between client and server being encrypted.
 +
* [http://winscp.net/ WinSCP]
 +
* [http://www.bitkinex.com/sftpclient BitKinex]
 +
* [http://www.expandrive.com/windows ExpanDrive to mount SFTP as a network drive in Windows]
 +
 +
=== FTP Clients ===
 +
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.globalscape.com/products/ftp_clients.aspx CuteFTP]
 +
 +
 +
[[Category:seedbox guides]]
 +
[[Category:Guides]]

Latest revision as of 20:03, 17 March 2015

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: servername.pulsedmedia.com/user-username/ Use only the servername.pulsedmedia.com portion when accessing using any of these protocols. For example, if you received this link: http://tokamak.pulsedmedia.com/user-john/ you only input tokamak.pulsedmedia.com on the server field.

  • 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 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.