Tuesday, March 31, 2009
CrossFTP Pro and Amazon CloudFront Distribution
To create CloudFront Distribution in CrossFTP Pro, you have to select one Bucket, or inside one Bucket, and choose Manage CloudFront Distributions in the context menu, as shown in the following figure.
A new List Distribution dialog will be shown. You can create new Distributions, or Edit the existing ones in this dialog. A Distribution dialog will be popped up if you create or edit a distribution. In this new dialog, you should Enable the Amazon Distribution, and optionally fill in the comments as well as a list of CNAMEs. Once you've made the modification, click OK to take effect, and the List Distribution dialog will be refreshed accordingly. Keep in mind that Status field will be “In Progress” while Amazon copies your files to the edge servers and turn to “Deployed” when done.
You can temporarily disable a distribution by clearing out “Enable Amazon CloudFront Distribution” checkbox. To delete a distribution, you need to disable the distribution first, and then select delete to remove the distribution.
We hope you will find our post useful and will enjoy the easiness of CrossFTP Pro. As always we appreciate your feedback as it helps to make the product better!
CrossFTP and Amazon S3 Service
To get an Amazon S3 account:
- Open page sign up for amazon s3 and locate a Sign Up button towards right side of this page. Click the button and follow instructions.
- After success registration, you will find Access key and Secret key at Your Account -> Security Credentials. Your access key is visible but your secret key, which serves as a password, is hidden within "show" label. You need these two keys to start working with Amazon S3 Services.
- Create a new site in CrossFTP, and choose Protocol as S3/HTTPS
- Fill in the Access Key and Secret field. Press connect to connect to the S3 site. Your Access key and Secret key can also be found at this page.
- [opt-in region only] Regional endpoint should be used for opt-in S3 regions for the Host field. See S3 endpoint table (link) for the regional endpoint for details.
How to Create Bucket in CrossFTP?
Bucket : Each of the files and folders stored in Amazon S3 is contained in a bucket. It's like "top level folder" or "top level drive". Bucket names are globally unique. If you want to use these buckets for web hosting, try to choose a bucket name, which is a valid host name and everything should be lower case:
Valid Name : bucket2008, 1bucket, 01_bucket, 01.bucket, www.example.com
Invalid Name :_bucket, .bucket, -bucket, 01-.bucket,01.-bucket, 127.0.0.1
To create a bucket in CrossFTP, just go to the root folder \, and choose Create a new Folder. You will be allowed to choose whether your bucket's location is in US or EU, which means to a unites state's bucket, or Europe's bucket. Press OK to finish the bucket creation.
How to transfer files from/to Amazon S3?
Just like the traditional FTP file transfer, you can just Drag & Drop the files from/to your S3 site. Multiple tabs, multiple threads, queue modifications, directory synchronizations, etc are naturally supported for the S3 transfer as well.
How to grant proper ACL for IAM account to list buckets and files
Here is a sample ACL setting for IAM account's AWS managed policies:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "iam-user-arn" }, "Action": [ "s3:PutObject", "s3:GetObject", "s3:GetObjectVersion", "s3:ListBucket" ], "Resource": "bucket-arn" } ] }
Backup files in Glacier/Deep Archive Storage
To make cost effective backup and restore of files through Glacier/Deep Archive storage, check this page.
Conclusion
We hope you will find our post useful and will enjoy the easiness of CrossFTP Pro. As always we appreciate your feedback as it helps to make the product better!
Saturday, March 28, 2009
Edit Remote Files in CrossFTP
If you want to open certain types of files with specific editor, for example, htm file by dreamweaver, and txt file by notebook, you can further specify the openning program for each type of file. To do this, just choose your file, open the context menu in the file pane, and select Edit/Open with -> Choose Program. After setting up your preferred program, you can reuse it in future.
We hope you will find our post useful and will enjoy the easiness of CrossFTP Pro. As always we appreciate your feedback as it helps to make the product better!
Monday, March 23, 2009
CrossFTP 1.51 Released
CrossFTP 1.51 is a major enhancement release. It starts to support FTP Web URL and preview in browser, advanced log management utility, Web CrossFTP Pro's customization, archive files and directories, Amazon CloudFront distribution management, S3 signed URL, S3 object head display. It also fixes a lot of known issues in the FXP transfer, SFTP link file support, and further improves the stability of the file transfer engine.
Home page: http://www.crossftp.com
CrossFTP Server 1.12 Released
CrossFTP Server 1.12 is a bug fixes release. It fixes the configure dialog's display problem, and the tray icon suspension in the Mac OS X system.
Home page: http://www.crossftp.com/crossftpserver.htm
Friday, March 20, 2009
Fast filter and search the file in list
We hope you will find our post useful and will enjoy the easiness of CrossFTP Pro. As always we appreciate your feedback as it helps to make the product better!
Friday, March 13, 2009
Manage FTP sites by FTP command
FTP commands provide a useful way to manage your FTP site remotely. Some FTP servers support a rich set of FTP commands to manage the users, groups, quotas, and so on.
CrossFTP Pro predefines a number of FTP commands for several famous FTP servers. The predefined command set in CrossFTP Pro contains glFTPd, glFTPd admin, RaidenFTPD, ioFTPD, Serv-U and DrFTPD. They are defined in the file ~/.crossftp/ftpcmd.xml (on windows is C:\Documents and Settings\username\.crossftp\ftpcmd.xml). You can also modify this configuration file to add your preferred command set.
CrossFTP Pro also support to manage a number of FTP sites simultaneously. You should already know that CrossFTP is a multi-tabbed FTP client. If you have a list of similar FTP sites, and have already opened them in the CrossFTP's tabs, you can submit the FTP command to these sites simultaneously without reentering the command many times. To do this, just choose "Sumbit to All Tabs" in the popup menu, as shown in the picture, and then input the command and press ENTER. That's it, very easy, right?
Any commands or suggestions on the command tools are welcome!
Monday, March 09, 2009
How to change the files' default Mime types for Amazon S3 in CrossFTP?
- In windows: (if you install your windows in c drive) C:/Documents and Settings/USER_NAME/.crossftp/mime.types, where USER_NAME is your system's login name.
- In *nix: ~/.crossftp/mime.types
We hope you will find our post useful and will enjoy the easiness of CrossFTP Pro. As always we appreciate your feedback as it helps to make the product better!