Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

NOT PULLING TO FTP IF A FILE NAME HAS SPACE

PAZHANI June 22, 2024

WhatsApp Image 2024-06-03 at 11.42.13 AM.jpeg

LIKE ABOVE IMAGE IF WE HAVE A SPACE IN FILENAME MEANS NOT PULLING TO FTP PLS HELP IN ABOVE ISSUE LIKE ANY COMMENT

2 answers

1 accepted

1 vote
Answer accepted
Nicolas Grossi
Banned
June 22, 2024

@PAZHANI Welcome, could you please let us know your license type ?

 

Nicolas

PAZHANI June 24, 2024

It is free quota

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 25, 2024

Hi @PAZHANI ,

As far as I know, when you use FTP you need to enclose names with spaces in double quotation marks. See for reference here:

and here:

Are you using FTP in Pipelines builds? If so, are you using an ftp command in your yml file's script or are you using the ftp-deploy pipe, https://bitbucket.org/atlassian/ftp-deploy/src/master/?

Kind regards,
Theodora

PAZHANI June 25, 2024

Hi @Theodora Boudale 

Please find our yml file codes:

# Template PHP Build

# This template allows you to validate your PHP application.
# The workflow allows running tests and code linting on the default branch.

image: bitnami/git

pipelines:
default:
- parallel:
- step:
script:
- echo "branch commit successful"
branches:
'{master}':
- step:
script:
- apt-get update
- apt-get -qq install git-ftp
- git ftp push -vv --user $FTP_USERNAME --passwd $FTP_PASSWORD --insecure sftp://xxxxxx/xxxx.com/
- echo "Master Branch commit successful"

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events