並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 113件

新着順 人気順

Transferの検索結果1 - 40 件 / 113件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Transferに関するエントリは113件あります。 awsgithubAWS などが関連タグです。 人気エントリには 『Googleが開発した高速ファイル転送ツール「CDC File Transfer」が無料公開中』などがあります。
  • Googleが開発した高速ファイル転送ツール「CDC File Transfer」が無料公開中

    Googleが提供していたクラウドゲームサービス「Stadia」は、スペックの低いPCやスマートフォンなどでもインターネットを介して高画質なゲームを楽しめるサービスとして注目を集めていましたが、2022年にサービス終了が発表されました。そんなStadiaの開発過程で生み出されたファイル転送ツール「CDC File Transfer」が、オープンソースで公開されています。 GitHub - google/cdc-file-transfer: Tools for synching and streaming files from Windows to Linux https://github.com/google/cdc-file-transfer CDC File Transferの開発チームによると、Stadiaの開発にはLinuxマシンが用いられていたとのこと。しかし、市場に流通している

      Googleが開発した高速ファイル転送ツール「CDC File Transfer」が無料公開中
    • GitHub - google/cdc-file-transfer: Tools for synching and streaming files from Windows to Linux

      At Stadia, game developers had access to Linux cloud instances to run games. Most developers wrote their games on Windows, though. Therefore, they needed a way to make them available on the remote Linux instance. As developers had SSH access to those instances, they could use scp to copy the game content. However, this was impractical, especially with the shift to working from home during the pand

        GitHub - google/cdc-file-transfer: Tools for synching and streaming files from Windows to Linux
      • AWS、ノーコードでAmazon S3を操作するWebアプリが作れる「AWS Transfer Family web apps」発表

        AWSは、Amazon S3に対してファイルのブラウズやアップロード、ダウンロードなどが行えるWebアプリケーションをノーコードで簡単に作れる新サービス「AWS Transfer Family web apps」を発表しました。 「AWS Transfer Family web apps」は、同時に発表されたプログラマ向けのUIコンポーネント「Storage Browser for S3」を用いてAWSが開発したWebアプリケーションがベースとなっています。 そのため、できることは基本的にAWS Transfer Family web appsと同じく、Amazon S3のデータに対してブラウズ、アップロード、ダウンロード、コピー、削除などです。 それをユーザーがノーコードでカスタマイズできるようになっているため、プログラマでなくともAmazon S3のデータをダウンロードしたり、アップロ

          AWS、ノーコードでAmazon S3を操作するWebアプリが作れる「AWS Transfer Family web apps」発表
        • 【ミニレビュー】ファイル転送サービス「Dropbox Transfer」はオススメ

            【ミニレビュー】ファイル転送サービス「Dropbox Transfer」はオススメ
          • AWS Transfer for SFTPの構成例まとめ (2020年4月版) | DevelopersIO

            しばたです。 マネージドのSFTPサービスであるAWS Transfer for SFTPですが、サービスが提供されてから本日に至るまでに幾つかの機能追加がされており、実装可能な構成も変わっています。 本記事では本日(2020年4月18日)時点でどの様な構成を実装可能なのか解説します。 FTPおよびFTPSサポートについて【2020.04.24追記】 2020年4月24日より、SFTP以外にFTPおよびFTPSプロトコルがサポートされる様になりました。 詳細は上記の記事をご覧いただきたいのですが、プロトコル毎で利用可能な構成が異なりますのでご注意ください。 加えてFTP、FTPSの全機能が使えるわけではなく機能制限もありますのでこちらもご注意ください。 【追記ここまで】 これまでの更新 実現可能な構成に触れるまえに軽く歴史的経緯について触れておきます。 サービスリリース時 AWS Tran

              AWS Transfer for SFTPの構成例まとめ (2020年4月版) | DevelopersIO
            • Amazon Virtual Private Cloud (VPC) now supports the transfer of Elastic IP addresses between AWS accounts

              Today, we are announcing Elastic IP transfer, a new Amazon VPC feature that allows you to transfer your Elastic IP addresses from one AWS Account to another, making it easier to move Elastic IP addresses during AWS Account restructuring. Prior to this, when moving applications to a new AWS Account, you had to allocate new Elastic IP addresses for your applications requiring you to allowlist the ne

                Amazon Virtual Private Cloud (VPC) now supports the transfer of Elastic IP addresses between AWS accounts
              • AWS Free Tier Data Transfer Expansion – 100 GB From Regions and 1 TB From Amazon CloudFront Per Month | Amazon Web Services

                AWS News Blog AWS Free Tier Data Transfer Expansion – 100 GB From Regions and 1 TB From Amazon CloudFront Per Month The AWS Free Tier has been around since 2010 and allows you to use generous amounts of over 100 different AWS services. Some services offer free trials, others are free for the first 12 months after you sign up, and still others are always free, up to a per-service maximum. Our inten

                  AWS Free Tier Data Transfer Expansion – 100 GB From Regions and 1 TB From Amazon CloudFront Per Month | Amazon Web Services
                • GitHub - ksdme/beam: transfer pipes and files from one computer to another over ssh

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - ksdme/beam: transfer pipes and files from one computer to another over ssh
                  • GitHub上でGoプロジェクトを正しくTransferする | おそらくはそれさえも平凡な日々

                    tl;dr リポジトリを新オーナーにTransferする 返す刀でTransferしたRepositoryを元オーナー側にForkしもどす Forkしたものをアーカイブする Transfer先のモジュール名を変更し、新しいタグを打って開発を継続する GitHubのリポジトリのオーナー変更 この記事はGo Advent Calendar 2021カレンダー2の10日目の記事です。 さて、オーナー変更や個人プロジェクトをオーガニゼーションに移行したい等の理由で、GitHub上のリポジトリのオーナーを変更することがあるでしょう。 GitHubにはTransferring a repositoryの機能があり、それを使えば簡単です。issueやpull request等の履歴も含めて引き継いでくれますし、旧リポジトリから新リポジトリへのリダイレクトも自動的におこなわれます。なのでこれで解決なのです

                      GitHub上でGoプロジェクトを正しくTransferする | おそらくはそれさえも平凡な日々
                    • How to Transfer Photos From iPhone to PC: 5 Methods

                      Your iPhone is terrific at capturing phenomenal photos. But when it's time to view your snapshots, the tiny mobile screen just doesn't do them enough justice. You definitely need a bigger display for that. If you use a Windows PC alongside your iPhone, you have multiple ways to transfer images to the desktop device. Let's check them out. 1. Use File Explorer to Transfer Photos From iPhone to PC Th

                        How to Transfer Photos From iPhone to PC: 5 Methods
                      • [マルチAZ構成]AWS PrivateLink + Transfer Family for FTP経由でファイル転送してみた | DevelopersIO

                        [マルチAZ構成]AWS PrivateLink + Transfer Family for FTP経由でファイル転送してみた はじめに 以前、AWS PrivateLink を利用してTransfer Family for FTP経由でのファイル転送をシングルAZ構成で構築しました。 今回は、上記の構築をもとに、マルチAZ構成を構築します。 前提 下記の記事通り、以下の構成を構築済み。(Transfer FamilyのVPCエンドポイントはシングルでも可能です) 今回のゴールであるマルチAZ構成は下記の通りです。 今回、FTPクライアントは、lftpを利用しました。シングルAZやマルチAZ構成に限らず、FTPクライアントによって、NLB経由ではTransfer Familyに接続できないケースやTransfer Family のPassiveIpパラメータを変更しなければならないケースが

                          [マルチAZ構成]AWS PrivateLink + Transfer Family for FTP経由でファイル転送してみた | DevelopersIO
                        • Tone Transfer — Magenta DDSP

                          Play around with different inputs and outputs to see how machine learning transforms sounds.

                            Tone Transfer — Magenta DDSP
                          • Slashing Data Transfer Costs in AWS by 99% - Bits and Cloud

                            There are lots of ways to accidentally spend too much money on AWS, and one of the easiest ways is by carelessly transferring data. As of writing, AWS charges the following rates for data transfer: Data transfer from AWS to the public Internet ranges from $0.09/GB in us-east-1 (N. Virginia) to $0.154/GB in af-south-1 (Cape Town). Therefore a single terabyte of data transfer will run you a cool $90

                            • How to Quickly Transfer Files Between Windows PCs With SHAREit

                              There are many ways to transfer files between two Windows PCs. You can use an external storage device (e.g., flash drive or hard drive), LAN cable, or even the cloud. Another option is to use a peer-to-peer file sharing app, and SHAREit is one of the best and is easy to use. Here’s a guide to show you how to quickly transfer files between Windows computers using SHAREit. How to Download SHAREit Le

                                How to Quickly Transfer Files Between Windows PCs With SHAREit
                              • 6 Ways to Speed Up Your USB Data Transfer on Windows

                                The USB drive is a ubiquitous way to transfer data between devices. Given how compact and lightweight they can be, the humble USB drive is one of the best portable storage devices available. It is pretty common for the USB data transfer rate to slow down from what was advertised by the manufacturer. The process becomes both frustrating and time-consuming as a result. However, while the type of USB

                                  6 Ways to Speed Up Your USB Data Transfer on Windows
                                • μTransfer: 小規模モデルでのハイパラ探索を大規模モデルに転移し学習を効率化する|Tatsuya Shirakawa

                                  最近、友人から大規模モデルの学習を劇的に効率化しそうな下記の事実(μTransfer)を教えてもらい、こんなことが成り立つことに非常に驚くとともに、それを知らなかったことにちょっとしたショックを受けました。 μTransfer 下記の手順で大規模モデル(Neural Networks)の最適なハイパーパラメータを効率的に獲得できる 1. 学習したい大規模モデル(ターゲットモデル)と同じアーキテクチャの次元や層数のより小さいモデルを用意し、それぞれのモデルのパラメータと最適化アルゴリズムを μP と呼ばれる方法でパラメータ付けする 2. その小さいモデルで、最適なハイパーパラメータ(学習率など)を探索する 3. ターゲットモデルに小さいモデルで獲得されたハイパーパラメータを適用する Greg Yang+, "Tensor Programs V: Tuning Large Neural Net

                                    μTransfer: 小規模モデルでのハイパラ探索を大規模モデルに転移し学習を効率化する|Tatsuya Shirakawa
                                  • New – AWS Transfer for FTP and FTPS, in addition to existing SFTP | Amazon Web Services

                                    AWS News Blog New – AWS Transfer for FTP and FTPS, in addition to existing SFTP AWS Transfer for SFTP was launched on November 2018 as a fully managed service that enables the transfer of files directly into and out of Amazon S3 using the Secure File Transfer Protocol (SFTP). Today, we are happy to announce the expansion of the service to add support for FTPS and FTP, which makes it easy to migrat

                                      New – AWS Transfer for FTP and FTPS, in addition to existing SFTP | Amazon Web Services
                                    • [アップデート] AWS Transfer for SFTP が FTP および FTPS に対応!そして AWS Transfer Family へ | DevelopersIO

                                      本日のアップデートで AWS Transfer for SFTP に、FTP および FTPS プロトコル対応が追加されました。 New – AWS Transfer for FTP and FTPS, in addition to existing SFTP サービス名称としては AWS Transfer Family となっているようです。 何がうれしいのか これまで SFTP のみに対応していましたが、FTPS および FTP の対応によって SFTP に対応していない端末からも AWS Transfer Family が利用可能となります。 ただし、AWS Transfer for SFTP と違って、FTPS および FTP はパブリックエンドポイントに対応しておらず VPC エンドポイントでのみ利用可能です。また、FTP においては VPC エンドポイントの中でも EIP を使

                                        [アップデート] AWS Transfer for SFTP が FTP および FTPS に対応!そして AWS Transfer Family へ | DevelopersIO
                                      • GitHub - dot-cafe/beam.cafe: 🌠 Blazing fast file transfer app focused on user-experience. Fastest way to share files without uploading them.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - dot-cafe/beam.cafe: 🌠 Blazing fast file transfer app focused on user-experience. Fastest way to share files without uploading them.
                                        • AWS Transfer for SFTP サーバーでネットワークのレイテンシーを最低限に抑える | Amazon Web Services

                                          Amazon Web Services ブログ AWS Transfer for SFTP サーバーでネットワークのレイテンシーを最低限に抑える 自社の SFTP サーバーにアクセスするクライアントが世界中にいる状態ですか? 世界中にいるエンドユーザーがサーバーのエンドポイントからの地理的距離のせいでパフォーマンス面での問題に直面していませんか? ユーザーのロケーションに関係なくすべてのクライアントに差のないパフォーマンスを提供できたら良いのにとお考えではありませんか? この記事では世界中で AWS Transfer for SFTP (SFTP) サーバーを設定することにより、そうしたユーザーに向けて低レイテンシーを実現できるベスト プラクティスを解説しています。また、Amazon Route 53 (Route 53) でレイテンシーに基づいたルーティングを使用し、レイテンシーの最も低

                                            AWS Transfer for SFTP サーバーでネットワークのレイテンシーを最低限に抑える | Amazon Web Services
                                          • GitHub - vantezzen/blymp-io: 📂 Easily transfer files between devices

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - vantezzen/blymp-io: 📂 Easily transfer files between devices
                                            • Google、MacとAndroidをUSB接続しファイルの転送を可能にする「Android File Transfer」アプリの配布サイトを閉鎖。

                                              Googleは現地時間2024年07月20日、Android File Transferの公式サイトを閉鎖し、現在はAndroidとWindows PC間でのファイル転送を可能にするQuick Share(旧Nearby Share)へのWebページへリダイレクトされるようになっています。 Android File Transfer配布サイトの旧URL : https://www.android.com/filetransfer/ ダイレクト先 URL : https://www.android.com/better-together/quick-share-app/ AFTは現在もダウンロード可能 GoogleがAndroid File Transferの公開を終了した原因は不明ですが、Android File Transferのdmgファイルは現在もGoogleのWebサイトにホスティ

                                                Google、MacとAndroidをUSB接続しファイルの転送を可能にする「Android File Transfer」アプリの配布サイトを閉鎖。
                                              • 「Windows」から「Linux」に移行--「Feren OS Transfer Tool」を使ってより簡単に

                                                Linuxノウハウ 「Windows」から「Linux」に移行--「Feren OS Transfer Tool」を使ってより簡単に 「Windows」に不満を抱いている人はいるだろうか。不規則な再起動やデータの喪失、プライバシーへの懸念にうんざりしている人はいるだろうか。MicrosoftのOSの最新バージョンを使用するためだけに、新しいコンピューターを購入しなければならないことについては、どうだろうか。いらだちを覚える人がいるのも当然だ。幸い、「Linux」という選択肢が存在する。 筆者は、この数十年間に開発されたほぼすべてのLinuxディストリビューションを使用してきた。非常に多くのLinuxディストリビューションが、新しいユーザー、特にMicrosoftのOSをついに見限ろうとしているユーザーにとって理想的なOSであると主張してきた。 これらのLinuxディストリビューションの中に

                                                  「Windows」から「Linux」に移行--「Feren OS Transfer Tool」を使ってより簡単に
                                                • [アップデート]AWS Transfer FamilyのイベントをAmazon EventBridgeと連携できるようになりました | DevelopersIO

                                                  [アップデート]AWS Transfer FamilyのイベントをAmazon EventBridgeと連携できるようになりました はじめに AWS Transfer Family 経由でファイルのアップロードとダウンロード時、Amazon EventBridge にイベントを発行できるようになりました。 詳細な仕様については、下記のドキュメントをご参照下さい。 従来、Transfer Family には、転送されたファイルに対して特定の処理を行うためのマネージドワークフロー機能がありました。 引用 ただし、ファイルに対して行える処理は以下の通りでした。 ファイルをコピー S3バケットのみで、EFSは不可 ファイルを削除 ファイルにタグを付ける ファイルを復号する AWS Lambda 関数を呼び出してファイル処理 今回のアップデートにより、Transfer Family のファイル転送イ

                                                    [アップデート]AWS Transfer FamilyのイベントをAmazon EventBridgeと連携できるようになりました | DevelopersIO
                                                  • AWS Transfer Family のプロトコルをFTPS 、ユーザー管理をカスタム ID プロバイダーで構築してみた | DevelopersIO

                                                    AWS Transfer Family のプロトコルをFTPS 、ユーザー管理をカスタム ID プロバイダーで構築してみた はじめに AWS Transfer Familyで、プロトコルがFTPS、ユーザー管理をカスタムIDプロバイダーの場合、構築方法を記事としてまとめました。 各設定は下記の通りです。 ユーザー管理 カスタムIDプロバイダー(Lambdaのみ) プロトコル FTPS エンドポイントタイプ VPC(インターネット向け) ただし、プロトコルは、可能な限りSFTPを利用しましょう。 Transfer Familyの基本的な設定などは、下記をご参照下さい。 事前準備 以下を事前に用意しておきます。 VPCとパブリックサブネット Elastic IPを2つ S3バケットを作成 Route53のパブリックホストゾーンでxxxx.siteを登録 別のDNS管理サーバーを使用してもよいで

                                                      AWS Transfer Family のプロトコルをFTPS 、ユーザー管理をカスタム ID プロバイダーで構築してみた | DevelopersIO
                                                    • [アップデート] AWS Transfer Family の認証要素にソース IP が利用できるようになったので、ソース IP に応じた IAM ロールの切り替えをやってみた | DevelopersIO

                                                      [アップデート] AWS Transfer Family の認証要素にソース IP が利用できるようになったので、ソース IP に応じた IAM ロールの切り替えをやってみた 先日のアップデートで AWS Transfer Family のカスタム ID プロバイダー利用時に認証要素としてソース IP が利用できるようになりました。 AWS Transfer Family enables Source IP as a factor for authorization 何がうれしいのか? セキュリティグループでえぇんちゃうの? このアップデートを最初に見たときの感想です。 AWS Transfer for SFTP がリリースされた当初はソース IP による制限が欲しい!という声をたくさん聞きましたが VPC エンドポイントに対応、EIP に対応などのアップデートにより送信元の制限はすでに実

                                                        [アップデート] AWS Transfer Family の認証要素にソース IP が利用できるようになったので、ソース IP に応じた IAM ロールの切り替えをやってみた | DevelopersIO
                                                      • GitHub - ganeshrvel/openmtp: OpenMTP - Advanced Android File Transfer Application for macOS

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - ganeshrvel/openmtp: OpenMTP - Advanced Android File Transfer Application for macOS
                                                        • 「Google Arts & Culture」アプリの「Art Transfer」機能を使って、手持ちの画像で遊び倒す!! - わかくさモノ造り工房

                                                          MAIN CONTENTSはこちら 今回は大量の画像、およびリンクで構成されております ご注意下さい 前回の続きです はじめに ダウンロード方法と使い方 注意点 画像変換開始 Munch(ムンク)The Scream(叫び) Basquiat(バスキア) Man from Naples Katsushika Hokusai(葛飾北斎 ) 神奈川沖浪裏 Vincent van Gogh(ゴッホ) Self Portrait(自画像) Wassily Kandinsky(ワシリー・カンディンスキー) Improvisation 26 (Rowing) Sophie Taeuber-Arp(ゾフィー・トイバー=アルプ) Claude Monet (クロード・モネ ) Ninfee rosa (睡蓮) Roy Lichtenstein (ロイ・リキテンスタイン) Red Barn Paul Sig

                                                            「Google Arts & Culture」アプリの「Art Transfer」機能を使って、手持ちの画像で遊び倒す!! - わかくさモノ造り工房
                                                          • S3バケットへのファイル転送にAWS Transfer for SFTPを使ってみる - Retty Tech Blog

                                                            皆さん、初めまして。Retty技術部所属インフラエンジニアの廣田と申します。 最近、S3バケットへのファイル転送をSFTPで実行したい、という要望があったのを切っ掛けに、AWS Transfer for SFTPを検討して使い始めましたので、サービスと利用方法について簡単にまとめてみました。 AWS Transfer for SFTPとは aws.amazon.com 上記公式ページの説明通り、S3バケットへのSFTPによるファイル転送を可能とする、フルマネージド型のサービスになります。 2018年のre:Inventで発表され、現在、デフォルト有効化されているリージョンの全てで利用可能です。 本サービスがリリースされるまでは、EC2インスタンスにSFTPサーバーを構築し、s3fsでS3バケットをマウントする等して同様のことを行えましたが、このフルマネージドサービスによって、そのようなサー

                                                              S3バケットへのファイル転送にAWS Transfer for SFTPを使ってみる - Retty Tech Blog
                                                            • GitHub - victrixsoft/bashbro: A Bash-based web file browser. Allowing you to browse, view and transfer files via your web browser.

                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                GitHub - victrixsoft/bashbro: A Bash-based web file browser. Allowing you to browse, view and transfer files via your web browser.
                                                              • 新サービス New – 既存の SFTP に加えて、AWS Transfer for FTP と AWS Transfer for FTPS の提供開始 | Amazon Web Services

                                                                Amazon Web Services ブログ 新サービス New – 既存の SFTP に加えて、AWS Transfer for FTP と AWS Transfer for FTPS の提供開始 AWS Transfer for SFTP は、セキュアファイル転送プロトコル (SFTP) を使用して Amazon S3 との間でファイルを直接転送できるフルマネージドサービスとして、2018 年 11 月にリリースされました。 本日、サービスを拡張して、FTPS および FTP のサポートを追加することを発表します。これにより、既存の AWS Transfer for SFTP サービスに加えて、SSL を介したファイル転送プロトコル (FTPS) および AWS での FTP ワークロードを簡単に移行して安全に実行できます。Amazon S3 の SFTP、FTPS、および FTP

                                                                  新サービス New – 既存の SFTP に加えて、AWS Transfer for FTP と AWS Transfer for FTPS の提供開始 | Amazon Web Services
                                                                • iOSアプリを譲渡!? 失敗は許されない一発勝負! 予想外に立ち塞がる 様々な罠に挑んだストーリー / ios app transfer

                                                                  iOSDC Japan 2020 5 minutes LT iOSアプリを譲渡した経験ありますか? この物語は、ひとりのiOSエンジニアが絶対に失敗が許されない状況下で、 アプリの開発アカウントを切り替えるアプリの譲渡に挑んだ経験を語ったものです。 いつかはあなたも取り組む時が来るか…

                                                                    iOSアプリを譲渡!? 失敗は許されない一発勝負! 予想外に立ち塞がる 様々な罠に挑んだストーリー / ios app transfer
                                                                  • Amazon Route 53 supports Domain Name Transfer between AWS accounts

                                                                    Your profile helps improve your interactions with select AWS experiences.

                                                                      Amazon Route 53 supports Domain Name Transfer between AWS accounts
                                                                    • How to Transfer Google Docs File Ownership in Minutes

                                                                      Google Docs is almost a staple for creating and editing documents. It's a powerful tool that allows sharing access with anyone with an email address. It also auto-creates a version history, so all changes you or any collaborators make in the document remain visible until the file is permanently deleted. Collaboration is great, but what if you want to transfer the Google Docs document's ownership t

                                                                        How to Transfer Google Docs File Ownership in Minutes
                                                                      • ファイル転送サービス「Transfer Center」がマジで便利すぎる。意識高い系のフリーランスや個人事業主にはおすすめ!

                                                                        ファイル転送サービス「Transfer Center」がマジで便利すぎる。意識高い系のフリーランスや個人事業主にはおすすめ!2022年6月6日2023年8月30日サービス 私のようにフリーランスから法人成りしたようなちっちゃい会社をやってると、取引先との大きいデータのやりとりが一番悩んでしまうところ。 とくに相手先がしっかりとした企業であればあるほど、セキュリティへの意識が非常に高くなってくるので、単純にメールにファイルを添付して送ったりしちゃうと、あまり良い反応が無い。。。 そして、次に取引先からデータが送られてくる際は、お手本を見せつけるかのようにセキュリティがしっかりしたツールでファイルを送ってきます。 「そ、そりゃぁ、企業規模が全然違うからセキュリティ対策もしっかりとできるでしょう。。。だけど、フリーランスやちっちゃな会社にとってはそこまでお金かけられないっす。」というのが正直なと

                                                                          ファイル転送サービス「Transfer Center」がマジで便利すぎる。意識高い系のフリーランスや個人事業主にはおすすめ!
                                                                        • Linux Patch Proposed To Double Raspberry Pi 4 Transfer Speed To eMMC/SD Storage - Phoronix

                                                                          Linux Patch Proposed To Double Raspberry Pi 4 Transfer Speed To eMMC/SD Storage Written by Michael Larabel in Raspberry Pi on 31 August 2020 at 04:29 AM EDT. 41 Comments Manjaro Linux developer Tobias Schramm brought to light that only single data rate mode is currently being used for micro SD cards and eMMC storage with Raspberry Pi 4 Model B SBCs. But with a two line kernel patch, the double dat

                                                                            Linux Patch Proposed To Double Raspberry Pi 4 Transfer Speed To eMMC/SD Storage - Phoronix
                                                                          • Transfer Center|無制限・無期限の大容量ファイル転送サービス

                                                                            電気通信事業者(総務省届出番号 K-03-00159) ※ Transfer Centerの全有料会員の中で更新時期に実際に更新した会員、および契約期間をアップグレードした会員の割合。当社調べ。 調査期間:2022年 5月12日 〜 2022年 9月30日

                                                                              Transfer Center|無制限・無期限の大容量ファイル転送サービス
                                                                            • Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storage, and Data Transfer Device | Amazon Web Services

                                                                              AWS News Blog Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storage, and Data Transfer Device Last month I published my AWS Snowball Edge Update and told you about the latest updates to Snowball Edge, including faster storage-optimized devices with more memory & vCPUs, the AWS OpsHub for Snow Family GUI-based management tool, IAM for Snowball Edge, and Snowba

                                                                                Introducing AWS Snowcone – A Small, Lightweight, Rugged, Secure Edge Computing, Edge Storage, and Data Transfer Device | Amazon Web Services
                                                                              • Amazonがストレージデバイスを接続してAWSクラウドにデータをより速く安全にアップロードできる物理施設「AWS Data Transfer Terminal」を発表

                                                                                Amazonが、2024年12月1日にラスベガスで開催されたAmazon Web Services(AWS)のイベント「re:Invent 2024」にて、顧客がストレージデバイスを接続してAWSクラウドにデータをアップロードできる物理的なターミナル「AWS Data Transfer Terminal」を開業すると発表しました。 New physical AWS Data Transfer Terminals let you upload to the cloud faster | AWS News Blog https://aws.amazon.com/jp/blogs/aws/new-physical-aws-data-transfer-terminals-let-you-upload-to-the-cloud-faster/ AWS Data Transfer Terminal -

                                                                                  Amazonがストレージデバイスを接続してAWSクラウドにデータをより速く安全にアップロードできる物理施設「AWS Data Transfer Terminal」を発表
                                                                                • 【2022年10月版】AWS Transfer Family の SFTP を使ってみた | DevelopersIO

                                                                                  こんにちは!丸屋 正志です。 今回、AWS Transfer Family の SFTP サービスを使う機会があったので、個人で学んだことをアウトプットしてみました! そもそも、AWS Transfer Family の SFTPとは? S3バケットへのSFTP接続によるファイル転送を可能とする、フルマネージドサービスとなります。 1, 今回作るモノの構成図 下記のようなイメージとなります。 インターネットに公開し、SFTPサーバーにアクセスする直前のVPCエンドポイントで接続元IPを絞るタイプとなります。 2, 料金について AWS Transfer Family の SFTP 自体にかかる(※ 2022年10月時点)料金は下記となります。 エンドポイントで SFTP が有効になっている時間:$0.3/時間 SFTP データアップロード:$0.04/GB SFTP データダウンロード:$

                                                                                    【2022年10月版】AWS Transfer Family の SFTP を使ってみた | DevelopersIO

                                                                                  新着記事