Questions tagged with AWS Transfer for SFTP
AWS Transfer for SFTP enables you to easily move your file transfer workloads that use the Secure Shell File Transfer Protocol (SFTP) to AWS without needing to modify your applications or manage any SFTP servers.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
I want to use Transfer Family's logical directory to connect two S3 buckets, **test-transferfamily-demo** and **sftp-demo2**. I created a user using AWS CLI with the command below:
```
aws transfer...
I've configured AWS Transfer Family SFTP to restrict each user to 1 GB of storage. Once a user reaches this limit, they should no longer be able to upload files. I attempted to implement this using...
Hi,
I re-deployed a AWS Transfer Family SFTP Server in test environment, and i am able to connect to it, using my local key-pair, through command line:
sftp username@sftp.test.com
I have a...
Can we use SFTP connector to get file from privately hosted sftp server outside AWS and store it in S3?
I'm setting up an SFTP connector to sweep files from a client's server. The workflow is as follows, get the list of files available to download, trigger the download using the SFTP connector, wait for...
I am looking for a lab setup on SFTP connector for testing purpose.
I am looking for a way to get file from SFTP server which is hosted outside AWS, the source will not make any changes at their end so i can't use datasync or s3 cli, what other option i have to get...
Error: An error occurred (ThrottlingException) when calling the StartFileTransfer operation (reached max retries: 4): Exceeded maximum pending transfers
How can i solve the above error?
"[ERROR] ParamValidationError: Parameter validation failed:
Missing required parameter in input: "SendFilePaths"
Unknown parameter in input: "RetrieveFilePaths", must be one of: ConnectorId,...
I don't see any option to select a VPC/Subnet from where the SFTP Conector should be launched. All I see is that there is a public IP (that has been recently announced it can be a fix IP) from where...
Here are my requirements:
100 websites.
all wordpress text based blogs.
100 blog posts on each website.
each blog post/page will be on average of 1mb.
total monthly unique visitors - 1 million.
peak...
What is the best practice of creating an FTP account for another use, Rather than giving SFTP access on the default key?
Say, a developer needs to login and TEST or Implement a sample code, I need to...